mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: kscreen: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (kscreen): Update to 6.1.4. Change-Id: Ibcb9d95f86d3bbb70374a99bb900fcea33e429fb
This commit is contained in:
parent
631b03a657
commit
ec639e2a52
1 changed files with 2 additions and 2 deletions
|
@ -905,7 +905,7 @@ (define-public kpipewire
|
||||||
(define-public kscreen
|
(define-public kscreen
|
||||||
(package
|
(package
|
||||||
(name "kscreen")
|
(name "kscreen")
|
||||||
(version "6.1.3")
|
(version "6.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -913,7 +913,7 @@ (define-public kscreen
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sq5wrx021yzwi0gmigl9y5mxqxhwf6kd38y2hjx9wbrb8q1j29h"))))
|
"1briwfqrif7lyx0vxz191mbckdgw08nj5lrbxj2q5z4pn3nn9zlr"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: All tests fail
|
;; TODO: All tests fail
|
||||||
|
|
Loading…
Reference in a new issue