unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69845] [PATCH] gnu: signify: Update to 32.
@ 2024-03-17 13:48 Timotej Lazar
  2024-04-05 16:01 ` bug#69845: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2024-03-17 13:48 UTC (permalink / raw)
  To: 69845; +Cc: Timotej Lazar

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69845: [PATCH] gnu: signify: Update to 32.
  2024-03-17 13:48 [bug#69845] [PATCH] gnu: signify: Update to 32 Timotej Lazar
@ 2024-04-05 16:01 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-04-05 16:01 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 69845-done

Timotej Lazar <timotej.lazar@araneo.si> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-05 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-17 13:48 [bug#69845] [PATCH] gnu: signify: Update to 32 Timotej Lazar
2024-04-05 16:01 ` bug#69845: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).