emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#50522: closed ([PATCH] gnu: asignify: Update to 1.1-1.08af003.)


From: GNU bug Tracking System
Subject: bug#50522: closed ([PATCH] gnu: asignify: Update to 1.1-1.08af003.)
Date: Tue, 26 Oct 2021 16:35:01 +0000

Your message dated Tue, 26 Oct 2021 12:34:47 -0400
with message-id <YXguJzutbJSs5FTm@jasmine.lan>
and subject line Re: [PATCH] gnu: asignify: Update to 1.1-1.08af003.
has caused the debbugs.gnu.org bug report #50522,
regarding [PATCH] gnu: asignify: Update to 1.1-1.08af003.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50522: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50522
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: asignify: Update to 1.1-1.08af003. Date: Sat, 11 Sep 2021 13:53:12 -0400
I might have screwed up the versioning of this package:

https://github.com/vstakhov/asignify/issues/17

I wonder what's the best way to "update" it while making sure that it is
correct and also making sure that `guix package -u asignify` works as
desired...

* 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 c511d0a711..2a54ead1d5 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -964,8 +964,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))
@@ -977,7 +977,7 @@ security.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1zl68qq6js6fdahxzyhvhrpyrwlv8c2zhdplycnfxyr1ckkhq8dw"))))
+                  "1zacpqa8b5lg270z1g06r5ik9vnb91crb4ivyy20381dny82xvr1"))))
       (build-system gnu-build-system)
       (arguments
        `(#:configure-flags
-- 
2.33.0




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: asignify: Update to 1.1-1.08af003. Date: Tue, 26 Oct 2021 12:34:47 -0400
Pushed as c6adc0947396daa6d85ab08837f9cbc86f4d8722


--- End Message ---

reply via email to

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