mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: kdesu: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kdesu): Update to 5.114.0. Change-Id: Ib59f2d5d0e614d3643b638c005d7c5ecbcff9706
This commit is contained in:
parent
6b1e7b75e7
commit
9b776f3f21
1 changed files with 2 additions and 2 deletions
|
@ -2516,7 +2516,7 @@ (define-public kdesignerplugin
|
|||
(define-public kdesu
|
||||
(package
|
||||
(name "kdesu")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2525,7 +2525,7 @@ (define-public kdesu
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rhygp1r6099zrmnfvl2ldpm6rsilcy2x3bcb580bvqd536ir2yh"))))
|
||||
"14dcf32izn4lxr8vx372rfznflc1rcxwanx06phkd8mx9zyg4jxr"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kpty))
|
||||
|
|
Loading…
Reference in a new issue