GNU bug report logs - #78549
[PATCH] gnu: keychain: Update to 2.9.5.

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Thu, 22 May 2025 13:59:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#78549: closed ([PATCH] gnu: keychain: Update to 2.9.5.)
Date: Mon, 26 May 2025 08:52:04 +0000
[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)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: keychain: Update to 2.9.5.
Date: Thu, 22 May 2025 15:57:08 +0200
* 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)]
From: Christopher Baines <mail <at> cbaines.net>
To: Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org>
Cc: 78549-done <at> debbugs.gnu.org, Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: Re: [bug#78549] [PATCH] gnu: keychain: Update to 2.9.5.
Date: Mon, 26 May 2025 09:51:33 +0100
[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.