gnu: pinentry-tty: Update to 1.2.1.

* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.1.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-23 02:00:00 +02:00
parent 69521e7adc
commit 6e7102c5f7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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