Skip to content
Snippets Groups Projects
Commit e6a83df1 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: gpgme: Update to 1.5.1.

* gnu/packages/gnupg.scm (gpgme): Update to 1.5.1.  Pass "GPG=gpg2"
  to 'make'.
parent 66269d47
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ (define-public gnupg-1
(define-public gpgme
(package
(name "gpgme")
(version "1.4.3")
(version "1.5.1")
(source
(origin
(method url-fetch)
......@@ -242,7 +242,7 @@ (define-public gpgme
".tar.bz2"))
(sha256
(base32
"15h429h6pd67iiv580bjmwbkadpxsdppw0xrqpcm4dvm24jc271d"))))
"1qqi9bxwxxsc4r15j7drclgp0w8jk9nj3h2fsivk4c7brvw3lbvc"))))
(build-system gnu-build-system)
(propagated-inputs
;; Needs to be propagated because gpgme.h includes gpg-error.h.
......@@ -250,6 +250,7 @@ (define-public gpgme
(inputs
`(("gnupg" ,gnupg)
("libassuan" ,libassuan)))
(arguments '(#:make-flags '("GPG=gpg2")))
(home-page "http://www.gnupg.org/related_software/gpgme/")
(synopsis "library providing simplified access to GnuPG functionality")
(description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment