mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: gpgme: Update to 1.5.4.
* gnu/packages/gnupg.scm (gpgme): Update to 1.5.4.
This commit is contained in:
parent
003e8d5e04
commit
c514385197
1 changed files with 3 additions and 3 deletions
|
@ -286,7 +286,7 @@ (define-public gnupg-1
|
||||||
(define-public gpgme
|
(define-public gpgme
|
||||||
(package
|
(package
|
||||||
(name "gpgme")
|
(name "gpgme")
|
||||||
(version "1.5.3")
|
(version "1.5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -294,7 +294,7 @@ (define-public gpgme
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jgwmra6cf0i5x2prj92w77vl7hmj276qmmll3lwysbyn32l1c0d"))))
|
"0v7azxazsfakvhrxzj5ysvcxma0892c89d27c17fkj8mi3nc0f5v"))))
|
||||||
(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.
|
||||||
|
@ -434,7 +434,7 @@ (define-public signing-party
|
||||||
including tools for signing keys, keyring analysis, and party preparation.
|
including tools for signing keys, keyring analysis, and party preparation.
|
||||||
|
|
||||||
* caff: CA - Fire and Forget signs and mails a key
|
* caff: CA - Fire and Forget signs and mails a key
|
||||||
|
|
||||||
* pgp-clean: removes all non-self signatures from key
|
* pgp-clean: removes all non-self signatures from key
|
||||||
|
|
||||||
* pgp-fixkey: removes broken packets from keys
|
* pgp-fixkey: removes broken packets from keys
|
||||||
|
|
Loading…
Reference in a new issue