mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kdesu: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kdesu): Update to 6.10.0. Change-Id: Ie332473404ae211b2dba31eb192b0c529e4dc553
This commit is contained in:
parent
b3543b5d68
commit
d309fffe12
1 changed files with 2 additions and 2 deletions
|
@ -3581,7 +3581,7 @@ started on demand.")
|
||||||
(define-public kdesu
|
(define-public kdesu
|
||||||
(package
|
(package
|
||||||
(name "kdesu")
|
(name "kdesu")
|
||||||
(version "6.5.0")
|
(version "6.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3590,7 +3590,7 @@ started on demand.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14xkkbd7nq0hhlfk83fj363rxbcjj087pjg3xcig27ppph5qvh03"))))
|
"0bn2a47gc4gfcq6y73hjhvgpk06qnfi9cys3pfc5gjw5ramr7fas"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kpty))
|
(list kpty))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue