gnu: gpgmepp: Update to 16.08.2.

* gnu/packages/kde-frameworks (gpgmepp): Update to 16.08.2.
This commit is contained in:
David Craven 2016-10-29 18:45:02 +02:00
parent 1c484e980f
commit 443a60aaae
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 10 additions and 10 deletions

View File

@ -120,16 +120,16 @@ common build settings used in software produced by the KDE community.")
(define-public gpgmepp (define-public gpgmepp
(package (package
(name "gpgmepp") (name "gpgmepp")
(version "16.04.3") (version "16.08.2")
(source (source (origin
(origin (method url-fetch)
(method url-fetch) (uri (string-append
(uri (string-append "mirror://kde/stable/applications" "mirror://kde/stable/applications"
"/" version "/src/" "/" version "/src/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1850pdysi7c1w0nxnhcbrhnkrfqyrcl0laxyjcw1g1ln764pwcmj")))) "0828qlhdi1i26n2xgyb01c0q77m6jlppbxv6mprryxq0ma88940a"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))