gnu: qca: Update to 2.2.1.

* gnu/packages/kde.scm (qca): Update to 2.2.1.
[source](uri): Adjust to current.
This commit is contained in:
Marius Bakke 2019-08-01 16:25:32 +02:00
parent 5a7c6d02b2
commit 7f5f61ae99
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -477,15 +477,15 @@ used in KDE development tools Kompare and KDevelop.")
(define-public qca
(package
(name "qca")
(version "2.1.3")
(version "2.2.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/qca/" version
"/src/qca-" version ".tar.xz"))
"/qca-" version ".tar.xz"))
(sha256
(base32
"0lz3n652z208daxypdcxiybl0a9fnn6ida0q7fh5f42269mdhgq0"))))
"00kv1vsrc8fp556hm8s6yw3240vx3l4067q6vfxrb3gdwgcd45np"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))