mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: kscreen: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (kscreen): Update to 6.2.5. Change-Id: I1b68ef8eaad702a191f65c70c7f5723d4e45a08d
This commit is contained in:
parent
2420484842
commit
e07e120169
1 changed files with 2 additions and 2 deletions
|
@ -929,7 +929,7 @@ (define-public kpipewire
|
||||||
(define-public kscreen
|
(define-public kscreen
|
||||||
(package
|
(package
|
||||||
(name "kscreen")
|
(name "kscreen")
|
||||||
(version "6.1.4")
|
(version "6.2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -937,7 +937,7 @@ (define-public kscreen
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1briwfqrif7lyx0vxz191mbckdgw08nj5lrbxj2q5z4pn3nn9zlr"))))
|
"0hlnyq71pjffgw3jia9x94dabk5aqrcg1mr0dw7d3103wxzw8dv2"))))
|
||||||
(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