gnu: pinentry: Update to 0.9.0.
* gnu/packages/gnupg.scm (pinentry): Update to 0.9.0.
This commit is contained in:
parent
2249a16832
commit
3e74dcd0bb
|
@ -414,14 +414,14 @@ including tools for signing keys, keyring analysis, and party preparation.
|
||||||
(define-public pinentry
|
(define-public pinentry
|
||||||
(package
|
(package
|
||||||
(name "pinentry")
|
(name "pinentry")
|
||||||
(version "0.8.3")
|
(version "0.9.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnupg/pinentry/pinentry-"
|
(uri (string-append "mirror://gnupg/pinentry/pinentry-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bd047crf7xb8g61mval8v6qww98rddlsw2dz6j8h8qbnl4hp2sn"))))
|
"1awhajq21hcjgqfxg9czaxg555gij4bba6axrwg8w6lfmc3ml14h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ncurses" ,ncurses)
|
`(("ncurses" ,ncurses)
|
||||||
|
|
Loading…
Reference in New Issue