mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kgpg: Update to 25.12.0.
* gnu/packages/kde-pim.scm (kgpg): Update to 25.12.0. Change-Id: I7f53a7dcd8de9a4e2a8ed5d165e55bbd4039d092
This commit is contained in:
parent
218e18bf41
commit
2f62dc834a
1 changed files with 2 additions and 2 deletions
|
|
@ -1286,14 +1286,14 @@ package.")
|
|||
(define-public kgpg
|
||||
(package
|
||||
(name "kgpg")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kgpg-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1bzq88c961jhygq29f67mdnzcb6a2rc9w53gv16571k82ip9y7p4"))))
|
||||
(base32 "1q55hnj3diaz6n7y6r1mvjpgzms1yhz9pfgiqj0s67sp96yjwcjy"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue