guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: asignify: Update to 1.1-1.08af003.


From: guix-commits
Subject: branch master updated: gnu: asignify: Update to 1.1-1.08af003.
Date: Tue, 26 Oct 2021 12:34:23 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c6adc09  gnu: asignify: Update to 1.1-1.08af003.
c6adc09 is described below

commit c6adc0947396daa6d85ab08837f9cbc86f4d8722
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Sep 11 13:52:08 2021 -0400

    gnu: asignify: Update to 1.1-1.08af003.
    
    * gnu/packages/crypto.scm (asignify): Update to 1.1-1.08af003.
---
 gnu/packages/crypto.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 209375f..3acd147 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1008,8 +1008,8 @@ security.")
     (license license:gpl2)))
 
 (define-public asignify
-  (let ((commit "f58e7977a599f040797975d649ed318e25cbd2d5")
-        (revision "0"))
+  (let ((commit "08af003e1f4833713db28b871759d94f9b2b1469")
+        (revision "1"))
     (package
       (name "asignify")
       (version (git-version "1.1" revision commit))
@@ -1021,7 +1021,7 @@ security.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1zl68qq6js6fdahxzyhvhrpyrwlv8c2zhdplycnfxyr1ckkhq8dw"))))
+                  "1zacpqa8b5lg270z1g06r5ik9vnb91crb4ivyy20381dny82xvr1"))))
       (build-system gnu-build-system)
       (arguments
        `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]