mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: prison: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (prison): Update to 5.114.0. Change-Id: I7ccbbd88f7081c9ee5b8e9cd12f8983c30c7be61
This commit is contained in:
parent
13a4368b46
commit
4c1c2c4f9c
1 changed files with 2 additions and 2 deletions
|
@ -1361,7 +1361,7 @@ (define-public oxygen-icons
|
|||
(define-public prison
|
||||
(package
|
||||
(name "prison")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1369,7 +1369,7 @@ (define-public prison
|
|||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1pn62pd7jy589z9y5r00m8d5rcqvrbskyr4a2yyfs24xv21x8lw4"))))
|
||||
(base32 "1wbr1lryxmrx65ilq1bhqsdhhikrih977nhpb02fq0cqnvv7v9i7"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue