gnu: purpose: Update to 6.13.0.

* gnu/packages/kde-frameworks.scm (purpose): Update to 6.13.0.

Change-Id: I69e66d3733170ece56b5270b456530c7309b39e1
This commit is contained in:
宋文武 2025-05-04 14:10:15 +08:00 committed by Andreas Enge
parent d1491c9a59
commit e8fa1b81e7
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -5157,7 +5157,7 @@ script engines.")
(define-public purpose (define-public purpose
(package (package
(name "purpose") (name "purpose")
(version "6.10.0") (version "6.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -5166,7 +5166,7 @@ script engines.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0mqswlj5phj62cf439f5yrzpxs9nfnhrj43pw9f1nb3pvx1pkphr")))) "09w38lzlizb3gnpd55qsclrspclli8zckjfdm9gykgh5fn879arb"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules gettext-minimal)) (list extra-cmake-modules gettext-minimal))