mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: kdesu: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (kdesu): Update to 6.19.0. Change-Id: I30447413a32c1f3b4ee4c7329f62736e0be2dc0b
This commit is contained in:
parent
489beed100
commit
b06b8097a3
1 changed files with 2 additions and 2 deletions
|
|
@ -3542,7 +3542,7 @@ started on demand.")
|
|||
(define-public kdesu
|
||||
(package
|
||||
(name "kdesu")
|
||||
(version "6.18.0")
|
||||
(version "6.19.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -3551,7 +3551,7 @@ started on demand.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05j6b57as0g9z6s9p1zjs1y7lhavwibydvc17758pw1w253v00rj"))))
|
||||
"17r07p07rhm284jp6mpg5inarxfp3ikvvx2gal2pnfbaj3gjxy82"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kpty))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue