gnu: gpgmepp: Update to 16.08.2.
* gnu/packages/kde-frameworks (gpgmepp): Update to 16.08.2.
This commit is contained in:
parent
1c484e980f
commit
443a60aaae
|
@ -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)))
|
||||||
|
|
Loading…
Reference in New Issue