mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: pinentry-tty: Update to 1.2.0.
* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.0.
This commit is contained in:
parent
fb7424f2f8
commit
bd1f30047d
1 changed files with 2 additions and 2 deletions
|
@ -790,14 +790,14 @@ (define-public signing-party
|
|||
(define-public pinentry-tty
|
||||
(package
|
||||
(name "pinentry-tty")
|
||||
(version "1.1.1")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnupg/pinentry/pinentry-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zx5vg6wws2sp2yxwi01b8i1pnsqkydncpj7x0p8xl9y05ja04nd"))))
|
||||
"0w34c4x5hkxaxnnkcrm1azlzwzxcziv5dkci3xcd0hz0ld2j01qh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--enable-pinentry-tty")))
|
||||
|
|
Loading…
Reference in a new issue