summary refs log tree commit diff
path: root/gnu/packages/crypto.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-05-01 17:56:50 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-05-01 22:15:01 +0200
commit15ada26abb2424d05d50a3b2f7d50f8eaba263b7 (patch)
treef7144c1896486e8ea72f926e5979dec5a163baaa /gnu/packages/crypto.scm
parenta5006ede7fe55f51e796e881d6b20d4922d49b17 (diff)
downloadguix-15ada26abb2424d05d50a3b2f7d50f8eaba263b7.tar.gz
gnu: signify: Update to 25.
* gnu/packages/crypto.scm (signify): Update to 25.
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r--gnu/packages/crypto.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 26d35a9e39..9302f00537 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -131,7 +131,7 @@ communication, encryption, decryption, signatures, etc.")
 (define-public signify
   (package
     (name "signify")
-    (version "24")
+    (version "25")
     (home-page "https://github.com/aperezdc/signify")
     (source (origin
               (method git-fetch)
@@ -140,7 +140,7 @@ communication, encryption, decryption, signatures, etc.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0grdlrpxcflzmzzc30r8rvsmamvbsgqyni59flzzk4w5hpjh464w"))))
+                "0zg0rffxwj2a71s1bllhrn491xsmirg9sshpq8f3vl25lv4c2cnq"))))
     (build-system gnu-build-system)
     ;; TODO Build with libwaive (described in README.md), to implement something
     ;; like OpenBSD's pledge().