gnu: qca: Update to 2.3.3.

* gnu/packages/kde.scm (qca): Update to 2.3.3.
This commit is contained in:
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

View file

@ -619,14 +619,14 @@ (define-public libkomparediff2
(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)))