mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: purpose: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (purpose): Update to 6.5.0. Change-Id: I166f8feb212df2823886fb4b53a803f8c2184e26
This commit is contained in:
parent
1a3a75c6a5
commit
e0676aad07
1 changed files with 2 additions and 2 deletions
|
@ -5157,7 +5157,7 @@ (define-public plasma-framework
|
|||
(define-public purpose
|
||||
(package
|
||||
(name "purpose")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -5166,7 +5166,7 @@ (define-public purpose
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03p5k6353jwzfkwwg4bz5n3m23xiv40fprkni8yam3jl07r6k09i"))))
|
||||
"0x625b392wi5g52d1b9hpdb090jclpfapfl0k6fvgx9plw20my20"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules gettext-minimal))
|
||||
|
|
Loading…
Reference in a new issue