gnu: signify: Update to 30.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 30 Sep 2020 09:23:55 +0000 (11:23 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 30 Sep 2020 22:13:41 +0000 (00:13 +0200)
* gnu/packages/crypto.scm (signify): Update to 30.

gnu/packages/crypto.scm

index 4654be1..a45d274 100644 (file)
@@ -143,7 +143,7 @@ communication, encryption, decryption, signatures, etc.")
 (define-public signify
   (package
     (name "signify")
-    (version "29")
+    (version "30")
     (home-page "https://github.com/aperezdc/signify")
     (source (origin
               (method url-fetch)
@@ -151,7 +151,7 @@ communication, encryption, decryption, signatures, etc.")
                                   "/download/v" version "/signify-" version ".tar.xz"))
               (sha256
                (base32
-                "1bzcax5kb4lr0rmpmrdpq5q0iq6b2dxzpl56li8aanbkck1c7hd9"))))
+                "11l67j04gyxnlw6zrzsygqs5cgsc1sww1rh0apl05yay131hd17n"))))
     (build-system gnu-build-system)
     ;; TODO Build with libwaive (described in README.md), to implement something
     ;; like OpenBSD's pledge().