mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: kpkpass: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kpkpass): Update to 24.05.2. [inputs]: Remove qtbase-5. [arguments]: Set #:qtbase to qtbase. Change-Id: Ic92d8ac0673a3e25c5d5b8ef41da4d933bad5f9b
This commit is contained in:
parent
2f407ac162
commit
881cacf86f
1 changed files with 5 additions and 4 deletions
|
@ -1854,17 +1854,18 @@ (define-public kpeoplevcard
|
||||||
(define-public kpkpass
|
(define-public kpkpass
|
||||||
(package
|
(package
|
||||||
(name "kpkpass")
|
(name "kpkpass")
|
||||||
(version "23.04.3")
|
(version "24.05.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
|
||||||
"1l3k33yzfjzarc2rpf576ib86ifzrfmsvpcdmv060dy0k8lbm1k9"))))
|
"1cqpmag3n58nzcbyb1rkkvwx9lzff1l8nawbqz2g1gqk2diny0wx"))))
|
||||||
(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 qtbase-5 shared-mime-info))
|
(inputs (list karchive shared-mime-info))
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://invent.kde.org/pim/kpkpass")
|
(home-page "https://invent.kde.org/pim/kpkpass")
|
||||||
(synopsis "Apple Wallet Pass reader")
|
(synopsis "Apple Wallet Pass reader")
|
||||||
(description "This package provides library to deal with Apple Wallet
|
(description "This package provides library to deal with Apple Wallet
|
||||||
|
|
Loading…
Reference in a new issue