mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: kpty: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kpty): Update to 6.5.0. Change-Id: Ib45bb2e776ebeae9c45765c1a6a00166e586b5bd
This commit is contained in:
parent
5e4c3efec7
commit
cdcbc48f98
1 changed files with 2 additions and 2 deletions
|
@ -2962,7 +2962,7 @@ (define-public kpackage-5
|
|||
(define-public kpty
|
||||
(package
|
||||
(name "kpty")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2971,7 +2971,7 @@ (define-public kpty
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08s6r861j7azi907p3y6lidhhq3jfhb51id4ng8rz7dpvj4nfqk8"))))
|
||||
"0hajvy7vyv1hj0hyxd86phkq7sjddpa7abvg6al4ifc39ax6b4yw"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue