gnu: GnuPG pinentry: Update to 1.1.0.

* gnu/packages/gnupg.scm (pinentry-tty, pinentry-gtk2, pinentry-gnome3,
pinentry-qt): Update to 1.1.0.
This commit is contained in:
Leo Famulari 2017-12-15 22:50:04 -05:00
parent 7a6a08c945
commit 4498cbd7ad
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -727,14 +727,14 @@ (define-public signing-party
(define-public pinentry-tty
(package
(name "pinentry-tty")
(version "1.0.0")
(version "1.1.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/pinentry/pinentry-"
version ".tar.bz2"))
(sha256
(base32
"0ni7g4plq6x78p32al7m8h2zsakvg1rhfz0qbc3kdc7yq7nw4whn"))))
"0w35ypl960pczg5kp6km3dyr000m1hf0vpwwlh72jjkjza36c1v8"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-pinentry-tty")))