gnu: qca: Update to 2.1.3.
* gnu/packages/kde.scm (qca): Update to 2.1.3. [home-page]: Use new home-page.
This commit is contained in:
parent
396d12faea
commit
49e6b0d951
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -308,7 +308,7 @@ with a ksysguardd daemon, which may also run on a remote system.")
|
||||||
(define-public qca
|
(define-public qca
|
||||||
(package
|
(package
|
||||||
(name "qca")
|
(name "qca")
|
||||||
(version "2.1.1")
|
(version "2.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -316,14 +316,14 @@ with a ksysguardd daemon, which may also run on a remote system.")
|
||||||
"/src/qca-" version ".tar.xz"))
|
"/src/qca-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10z9icq28fww4qbzwra8d9z55ywbv74qk68nhiqfrydm21wkxplm"))))
|
"0lz3n652z208daxypdcxiybl0a9fnn6ida0q7fh5f42269mdhgq0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)
|
`(("openssl" ,openssl)
|
||||||
("qtbase" ,qtbase)))
|
("qtbase" ,qtbase)))
|
||||||
(home-page "http://delta.affinix.com/qca/")
|
(home-page "https://userbase.kde.org/QCA")
|
||||||
(synopsis "Libraries for the Qt Cryptographic Architecture")
|
(synopsis "Libraries for the Qt Cryptographic Architecture")
|
||||||
(description "The Qt Cryptographic Architecture (QCA) provides a
|
(description "The Qt Cryptographic Architecture (QCA) provides a
|
||||||
straightforward and cross-platform API for a range of cryptographic features,
|
straightforward and cross-platform API for a range of cryptographic features,
|
||||||
|
|
Loading…
Reference in New Issue