diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-11-19 11:46:43 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-21 10:09:51 +0100 |
| commit | 0f8bb1dd3b56110795449886e61668891dc8e07e (patch) | |
| tree | 4ee7dc772000a2eedc46467c8d6c44a3f42f284d /gnu | |
| parent | 3050262385706ce40ee3ad164e4760a7a177cbe8 (diff) | |
gnu: pinentry-tty: Update to 1.3.2.
* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.3.2.
Change-Id: I7fdd9158f870cecfade4a8bbde2de083db7cac5e
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 2cbed9b18e3..c26f7a53b56 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -849,14 +849,14 @@ including tools for signing keys, keyring analysis, and party preparation. (define-public pinentry-tty (package (name "pinentry-tty") - (version "1.3.1") + (version "1.3.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/pinentry/pinentry-" version ".tar.bz2")) (sha256 (base32 - "014crqmr05lsfv13sj6jkcn6w1rvwpxc5hwn32mhg413qwkywwmw")))) + "17jfp5gpqjb40h5xyr4jr4sk14m89kx5837ykrpdmd31hpc6x64f")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--enable-pinentry-tty"))) |
