GNU bug report logs -
#78549
[PATCH] gnu: keychain: Update to 2.9.5.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 26 May 2025 09:51:33 +0100
with message-id <87a56zlppm.fsf <at> cbaines.net>
and subject line Re: [bug#78549] [PATCH] gnu: keychain: Update to 2.9.5.
has caused the debbugs.gnu.org bug report #78549,
regarding [PATCH] gnu: keychain: Update to 2.9.5.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78549: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78549
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/crypto.scm (keychain): Update to 2.9.5.
[native-inputs]: Add perl.
Change-Id: Ib405f753670066f62d0f54b1490998cd3474bcb3
---
Hi,
It depends on perl for pod2man used for manpage generation.
gnu/packages/crypto.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index d84f7a79f9..4a43618035 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -28,6 +28,7 @@
;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan <at> selidor.net>
;;; Copyright © 2023 Foundation Devices, Inc. <hello <at> foundationdevices.com>
;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <janneke <at> gnu.org>
+;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1701,7 +1702,7 @@ (define-public ssh-to-pgp
(define-public keychain
(package
(name "keychain")
- (version "2.8.5")
+ (version "2.9.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1710,9 +1711,10 @@ (define-public keychain
(file-name (git-file-name name version))
(sha256
(base32
- "1bkjlg0a2bbdjhwp37ci1rwikvrl4s3xlbf2jq2z4azc96dr83mj"))))
+ "1i698n0mp2wxk1yd8lhwq7i1dj5v01li1g9qi047aqc34r4079lq"))))
(build-system gnu-build-system)
(propagated-inputs (list procps))
+ (native-inputs (list perl))
(arguments
`(#:tests? #f ; No test suite
#:phases (modify-phases %standard-phases
base-commit: 409bbd801428b90701f625c38e6b5840f12a187b
--
2.49.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/crypto.scm (keychain): Update to 2.9.5.
> [native-inputs]: Add perl.
>
> Change-Id: Ib405f753670066f62d0f54b1490998cd3474bcb3
> ---
> Hi,
>
> It depends on perl for pod2man used for manpage generation.
>
>
> gnu/packages/crypto.scm | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Thanks for the patch, I've pushed this to master as
694d2a7c508251c1e2d52b818e5f79f80a1d5e43.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.