gnu: purpose: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (purpose): Update to 6.4.0. Change-Id: Ied32463a481b9e612a446c591b428b993c0380fdmaster
parent
b1e7001864
commit
cbd58d108c
|
@ -5157,7 +5157,7 @@ script engines.")
|
||||||
(define-public purpose
|
(define-public purpose
|
||||||
(package
|
(package
|
||||||
(name "purpose")
|
(name "purpose")
|
||||||
(version "6.3.0")
|
(version "6.4.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
|
||||||
"05zcwrg65z7vm1jvgfajama2mrz70gn08kdsxd5fzkxx8rk6yadz"))))
|
"03p5k6353jwzfkwwg4bz5n3m23xiv40fprkni8yam3jl07r6k09i"))))
|
||||||
(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))
|
||||||
|
|
Reference in New Issue