gnu: kdesu: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kdesu): Update to 5.27.0.
This commit is contained in:
parent
9caef00bd1
commit
aa072198c6
|
@ -1914,16 +1914,16 @@ ini-style description files.")
|
||||||
(define-public kdesu
|
(define-public kdesu
|
||||||
(package
|
(package
|
||||||
(name "kdesu")
|
(name "kdesu")
|
||||||
(version "5.24.0")
|
(version "5.27.0")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method url-fetch)
|
||||||
(method url-fetch)
|
(uri (string-append
|
||||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
"mirror://kde/stable/frameworks/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ivcnhgvq75xvl0w9g7m45qzallz42ijaq0n1ap09lpdfmjbnrxk"))))
|
"1l501z102ygibz4000jnngm0cggh2kaf6hzra1ngv5nxqxzkh31a"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("kpty" ,kpty)))
|
`(("kpty" ,kpty)))
|
||||||
|
|
Loading…
Reference in New Issue