mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: kpkpass: Update to 25.12.2.
* gnu/packages/kde-pim.scm (kpkpass): Update to 25.12.2. Change-Id: I05908abdc3616d462b9095f1af218c1b809e6445
This commit is contained in:
@@ -2195,14 +2195,14 @@ and exchanging calendar data, vCalendar and iCalendar.")
|
|||||||
(define-public kpkpass
|
(define-public kpkpass
|
||||||
(package
|
(package
|
||||||
(name "kpkpass")
|
(name "kpkpass")
|
||||||
(version "25.12.0")
|
(version "25.12.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kpkpass-" version ".tar.xz"))
|
"/src/kpkpass-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xjk7ydsjgaxkyfijgngx6c5sb4pvsn0z329qxlspizpx0bglb2r"))))
|
"07ccs60ir40llh2km4y2c3gqbcpqcqrmr9qnmlgq6q8spq952jgh"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list karchive qtdeclarative shared-mime-info))
|
(inputs (list karchive qtdeclarative shared-mime-info))
|
||||||
|
|||||||
Reference in New Issue
Block a user