gnu: pinentry: Update to 0.9.0.

* gnu/packages/gnupg.scm (pinentry): Update to 0.9.0.
This commit is contained in:
Andreas Enge 2015-02-15 20:28:56 +01:00
parent 2249a16832
commit 3e74dcd0bb

View File

@ -414,14 +414,14 @@ including tools for signing keys, keyring analysis, and party preparation.
(define-public pinentry
(package
(name "pinentry")
(version "0.8.3")
(version "0.9.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/pinentry/pinentry-"
version ".tar.bz2"))
(sha256
(base32
"1bd047crf7xb8g61mval8v6qww98rddlsw2dz6j8h8qbnl4hp2sn"))))
"1awhajq21hcjgqfxg9czaxg555gij4bba6axrwg8w6lfmc3ml14h"))))
(build-system gnu-build-system)
(inputs
`(("ncurses" ,ncurses)