GNU bug report logs -
#78549
[PATCH] gnu: keychain: Update to 2.9.5.
Previous Next
To reply to this bug, email your comments to 78549 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78549
; Package
guix-patches
.
(Thu, 22 May 2025 13:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 22 May 2025 13:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.