mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: kpty: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (kpty): Update to 6.21.0. Change-Id: Ie2d160693cfd12638888e24d0f14821cb8e38f7d
This commit is contained in:
parent
eec6ff48ec
commit
bdfa4a6adf
1 changed files with 2 additions and 2 deletions
|
|
@ -2854,7 +2854,7 @@ were traditional plugins.")
|
|||
(define-public kpty
|
||||
(package
|
||||
(name "kpty")
|
||||
(version "6.19.0")
|
||||
(version "6.21.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -2863,7 +2863,7 @@ were traditional plugins.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"035l9cpibb41ahimh4bfg0ak2468xr2zjnrks3zvqzfcrqb4qm3q"))))
|
||||
"1f7bfxwdxzjdqi1x497ssn6rxn3iyfyhxjaxk9q5v4z8rnwv9frs"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue