mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +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
|
||||
(package
|
||||
(name "kscreen")
|
||||
(version "6.1.4")
|
||||
(version "6.2.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -937,7 +937,7 @@ (define-public kscreen
|
|||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1briwfqrif7lyx0vxz191mbckdgw08nj5lrbxj2q5z4pn3nn9zlr"))))
|
||||
"0hlnyq71pjffgw3jia9x94dabk5aqrcg1mr0dw7d3103wxzw8dv2"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
;; TODO: All tests fail
|
||||
|
|
Loading…
Reference in a new issue