GNU bug report logs - #69845
[PATCH] gnu: signify: Update to 32.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Sun, 17 Mar 2024 13:50:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: bug#69845: closed (Re: [bug#69845] [PATCH] gnu: signify: Update
 to 32.)
Date: Fri, 05 Apr 2024 16:03:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#69845: [PATCH] gnu: signify: Update to 32.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 69845 <at> debbugs.gnu.org.

-- 
69845: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69845
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 69845-done <at> debbugs.gnu.org
Subject: Re: [bug#69845] [PATCH] gnu: signify: Update to 32.
Date: Fri, 05 Apr 2024 18:01:52 +0200
Timotej Lazar <timotej.lazar <at> araneo.si> skribis:

> * gnu/packages/crypto.scm (signify): Update to 32.
>
> Change-Id: I5dedc5d8c6e0acb5bec94befe5aafd1642edb68e

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] gnu: signify: Update to 32.
Date: Sun, 17 Mar 2024 14:48:21 +0100
* gnu/packages/crypto.scm (signify): Update to 32.

Change-Id: I5dedc5d8c6e0acb5bec94befe5aafd1642edb68e
---
 gnu/packages/crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 9d47ebb4fd..2491abcce1 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -219,7 +219,7 @@ (define-public libmd
 (define-public signify
   (package
     (name "signify")
-    (version "31")
+    (version "32")
     (home-page "https://github.com/aperezdc/signify")
     (source (origin
               (method url-fetch)
@@ -227,7 +227,7 @@ (define-public signify
                                   "/download/v" version "/signify-" version ".tar.xz"))
               (sha256
                (base32
-                "0x1bipfphnyvf2kl7n9q4gawaglma79368vb8whama6lxsggsm8i"))
+                "1maq4wv7934gql95rr55pj419gnbj8jkrgn1f25jcg97v5zvklbd"))
               (modules '((guix build utils)))
               (snippet '(delete-file-recursively "libbsd"))))
     (build-system gnu-build-system)

base-commit: 43d827a97004a60304cf34d37a3f0a8aeb8294f7
-- 
2.41.0




This bug report was last modified 1 year and 48 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.