me
/
guix
Archived
1
0
Fork 0

gnu: qca: Update to 2.3.3.

* gnu/packages/kde.scm (qca): Update to 2.3.3.
master
Tobias Geerinckx-Rice 2021-06-05 17:10:36 +02:00
parent d22b1b21f6
commit debcc760e8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -619,14 +619,14 @@ used in KDE development tools Kompare and KDevelop.")
(define-public qca
(package
(name "qca")
(version "2.3.2")
(version "2.3.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/qca/" version
"/qca-" version ".tar.xz"))
(sha256
(base32 "0vb0kwm4vpf71vczadg6h1ib09sgca0crll7ksbkmg646w1615s6"))))
(base32 "0rvvf97la95lah67jcj0p06n4br0pc2mri0q1hn4x522hndqybjn"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))