gnu: pinentry-tty: Update to 1.2.1.
* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.1.
This commit is contained in:
parent
69521e7adc
commit
6e7102c5f7
1 changed files with 2 additions and 2 deletions
|
@ -803,14 +803,14 @@ including tools for signing keys, keyring analysis, and party preparation.
|
||||||
(define-public pinentry-tty
|
(define-public pinentry-tty
|
||||||
(package
|
(package
|
||||||
(name "pinentry-tty")
|
(name "pinentry-tty")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(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
|
||||||
"0w34c4x5hkxaxnnkcrm1azlzwzxcziv5dkci3xcd0hz0ld2j01qh"))))
|
"0rs019acfj7sr4pvc847nk42v5mba9ixqmd98nwqy8w5b9g1hyj5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--enable-pinentry-tty")))
|
`(#:configure-flags '("--enable-pinentry-tty")))
|
||||||
|
|
Reference in a new issue