mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: prison: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (prison): Update to 6.4.0. Change-Id: Ibf7cb09cc6b5c7028815daf212eea71f87fa0fb2
This commit is contained in:
parent
af60839624
commit
45a03597be
1 changed files with 2 additions and 2 deletions
|
@ -1907,7 +1907,7 @@ (define-public oxygen-icons
|
|||
(define-public prison
|
||||
(package
|
||||
(name "prison")
|
||||
(version "6.3.0")
|
||||
(version "6.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1915,7 +1915,7 @@ (define-public prison
|
|||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0imwniw2lpsjipzyx9vmwwdy370sg5zynh9gk9g1w1c7axr0g63n"))))
|
||||
(base32 "13gaaxglyxc80jr0wqx68kjchhs0p8nqx7z6fsl3c9p082vb0vnx"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue