diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:09 +0200 |
commit | 869d9bcf0779645819794a954f06ce951c143aaf (patch) | |
tree | 0f0e0e9dd432031c6176d055abd71694aaa49936 | |
parent | bbce7b4ab888d892feaf35c9004c3a1f06db4714 (diff) |
gnu: signify: Update to 31.
* gnu/packages/crypto.scm (signify): Update to 31.
-rw-r--r-- | gnu/packages/crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index cbbc705755..9fa82c8a6a 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -216,7 +216,7 @@ communication, encryption, decryption, signatures, etc.") (define-public signify (package (name "signify") - (version "30") + (version "31") (home-page "https://github.com/aperezdc/signify") (source (origin (method url-fetch) @@ -224,7 +224,7 @@ communication, encryption, decryption, signatures, etc.") "/download/v" version "/signify-" version ".tar.xz")) (sha256 (base32 - "11l67j04gyxnlw6zrzsygqs5cgsc1sww1rh0apl05yay131hd17n")))) + "0x1bipfphnyvf2kl7n9q4gawaglma79368vb8whama6lxsggsm8i")))) (build-system gnu-build-system) ;; TODO Build with libwaive (described in README.md), to implement something ;; like OpenBSD's pledge(). |