gnu: khealthcertificate: Update to 24.05.2.
* gnu/packages/kde-pim.scm (khealthcertificate): Update to 24.05.2. [source]: Update uri. [inputs]: Remove qtdeclarative-5; add qtdeclarative. [arguments]: Set #:qtbase to qtbase. Change-Id: I618ad2b103a27ba13747604072aa9b1e9673a61dmaster
parent
a7566de0a5
commit
631aff54f9
|
@ -931,17 +931,19 @@ cryptography to the contents of the clipboard.")
|
||||||
(define-public khealthcertificate
|
(define-public khealthcertificate
|
||||||
(package
|
(package
|
||||||
(name "khealthcertificate")
|
(name "khealthcertificate")
|
||||||
(version "23.01.0")
|
(version "24.05.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma-mobile/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/khealthcertificate-" version ".tar.xz"))
|
"/src/khealthcertificate-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"193agd3jg029vcq1h5hdg3gw6zgqcmszl6ffcrid0ajbbiic4pbm"))))
|
"0600rz72dd3x7wwj82cyixnch3v0m4gva5kgf3y6rzjzlqjdpx57"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list
|
||||||
|
#:qtbase qtbase
|
||||||
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key inputs tests? #:allow-other-keys)
|
(lambda* (#:key inputs tests? #:allow-other-keys)
|
||||||
|
@ -955,7 +957,7 @@ cryptography to the contents of the clipboard.")
|
||||||
kcodecs
|
kcodecs
|
||||||
ki18n
|
ki18n
|
||||||
openssl
|
openssl
|
||||||
qtdeclarative-5
|
qtdeclarative
|
||||||
zlib))
|
zlib))
|
||||||
(home-page "https://api.kde.org/khealthcertificate/html/index.html")
|
(home-page "https://api.kde.org/khealthcertificate/html/index.html")
|
||||||
(synopsis "Digital vaccination and recovery certificate library")
|
(synopsis "Digital vaccination and recovery certificate library")
|
||||||
|
|
Reference in New Issue