gnu: gpgme: Update to 1.5.5.

* gnu/packages/gnupg.scm (gpgme): Update to 1.5.5.
This commit is contained in:
Paul van der Walt 2015-07-09 13:59:03 +02:00
parent b96485b939
commit a0e984c33f
1 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ libskba (working with X.509 certificates and CMS data).")
(define-public gpgme (define-public gpgme
(package (package
(name "gpgme") (name "gpgme")
(version "1.5.4") (version "1.5.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -301,7 +301,7 @@ libskba (working with X.509 certificates and CMS data).")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0v7azxazsfakvhrxzj5ysvcxma0892c89d27c17fkj8mi3nc0f5v")))) "01y28fkq52wwf4p470wscaxd2vgzl615irmafx3mj3380x8ksg8b"))))
(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.