gnu: gpgme: Update to 1.5.1.
* gnu/packages/gnupg.scm (gpgme): Update to 1.5.1. Pass "GPG=gpg2" to 'make'.
This commit is contained in:
parent
66269d4786
commit
e6a83df11b
|
@ -234,7 +234,7 @@ libskba (working with X.509 certificates and CMS data).")
|
||||||
(define-public gpgme
|
(define-public gpgme
|
||||||
(package
|
(package
|
||||||
(name "gpgme")
|
(name "gpgme")
|
||||||
(version "1.4.3")
|
(version "1.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -242,7 +242,7 @@ libskba (working with X.509 certificates and CMS data).")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15h429h6pd67iiv580bjmwbkadpxsdppw0xrqpcm4dvm24jc271d"))))
|
"1qqi9bxwxxsc4r15j7drclgp0w8jk9nj3h2fsivk4c7brvw3lbvc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; Needs to be propagated because gpgme.h includes gpg-error.h.
|
;; Needs to be propagated because gpgme.h includes gpg-error.h.
|
||||||
|
@ -250,6 +250,7 @@ libskba (working with X.509 certificates and CMS data).")
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnupg" ,gnupg)
|
`(("gnupg" ,gnupg)
|
||||||
("libassuan" ,libassuan)))
|
("libassuan" ,libassuan)))
|
||||||
|
(arguments '(#:make-flags '("GPG=gpg2")))
|
||||||
(home-page "http://www.gnupg.org/related_software/gpgme/")
|
(home-page "http://www.gnupg.org/related_software/gpgme/")
|
||||||
(synopsis "library providing simplified access to GnuPG functionality")
|
(synopsis "library providing simplified access to GnuPG functionality")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue