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.
There is no need to reopen the bug first.
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78549
; Package
guix-patches
.
(Mon, 26 May 2025 08:52:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 26 May 2025 08:52:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
bug acknowledged by developer.
(Mon, 26 May 2025 08:52:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.