diff options
author | Leo Famulari <leo@famulari.name> | 2017-08-15 13:27:11 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-08-15 13:27:30 -0400 |
commit | 6550e5ad645797218f01e216f65a5a4ba13aa7a9 (patch) | |
tree | 8c7df6c2514b2ac0a311c4adc7971f5ef5954750 /gnu/packages | |
parent | 06f31e50b11fd5f7809518a240e56f6ba6327227 (diff) | |
download | guix-6550e5ad645797218f01e216f65a5a4ba13aa7a9.tar guix-6550e5ad645797218f01e216f65a5a4ba13aa7a9.tar.gz |
gnu: signify: Update to 22.
* gnu/packages/crypto.scm (signify): Update to 22.
Diffstat (limited to 'gnu/packages')
-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 62fe5fe081..0a05a10698 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -81,7 +81,7 @@ communication, encryption, decryption, signatures, etc.") (define-public signify (package (name "signify") - (version "21") + (version "22") (source (origin (method url-fetch) (uri (string-append "https://github.com/aperezdc/signify/" @@ -89,7 +89,7 @@ communication, encryption, decryption, signatures, etc.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0jd26kxwmmar3bylpx9x5dpqxzs17ky5dvwx8pdgcg95n4lyk223")))) + "0iv5bjaas70ymqchxasapin4c32c41kqzkfhc3kcjzd7rxy78msy")))) (build-system gnu-build-system) ;; TODO Build with libwaive (described in README.md), to implement something ;; like OpenBSD's pledge(). |