[PATCH] gnu: signify: Update to 32.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Timotej Lazar
Owner
unassigned
Submitted by
Timotej Lazar
Severity
normal

Debbugs page

T
T
Timotej Lazar wrote on 17 Mar 06:48 -0700
(address . guix-patches@gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
3c65189e6b7b2b9be254934d1152820f13b42947.1710683301.git.timotej.lazar@araneo.si
* gnu/packages/crypto.scm (signify): Update to 32.

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

Toggle diff (26 lines)
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
L
L
Ludovic Courtès wrote on 5 Apr 09:01 -0700
(name . Timotej Lazar)(address . timotej.lazar@araneo.si)(address . 69845-done@debbugs.gnu.org)
877chbre6n.fsf@gnu.org
Timotej Lazar <timotej.lazar@araneo.si> skribis:

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

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69845@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69845
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch