Archived
1
0
Fork 0

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 @@ 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")))