mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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
5041fd221f
commit
61dd7c7151
1 changed files with 2 additions and 2 deletions
|
@ -3634,7 +3634,7 @@ (define-public kdesignerplugin
|
|||
(define-public kdesu
|
||||
(package
|
||||
(name "kdesu")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3643,7 +3643,7 @@ (define-public kdesu
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14xkkbd7nq0hhlfk83fj363rxbcjj087pjg3xcig27ppph5qvh03"))))
|
||||
"0bn2a47gc4gfcq6y73hjhvgpk06qnfi9cys3pfc5gjw5ramr7fas"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kpty))
|
||||
|
|
Loading…
Reference in a new issue