diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-08 14:56:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-09 15:01:54 +0200 |
commit | c2311644a5432eb118d5e789288a0ddf43990684 (patch) | |
tree | 08d033eca369598696e0a593e6546cef95e5f021 /gnu | |
parent | bb105673b88cea5c290ea9a16094ce29fcf0f475 (diff) | |
download | patches-c2311644a5432eb118d5e789288a0ddf43990684.tar patches-c2311644a5432eb118d5e789288a0ddf43990684.tar.gz |
gnu: signify: Update to 24.
* gnu/packages/crypto.scm (signify): Update to 24.
Diffstat (limited to 'gnu')
-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 e070ef61ac..d9111135e8 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -126,7 +126,7 @@ communication, encryption, decryption, signatures, etc.") (define-public signify (package (name "signify") - (version "23") + (version "24") (source (origin (method url-fetch) (uri (string-append "https://github.com/aperezdc/signify/" @@ -134,7 +134,7 @@ communication, encryption, decryption, signatures, etc.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0c70mzawgahsvmsv4xdrass4pgyynd67ipd9lij0fgi8wkq0ns8w")))) + "0594vyvkq176xxzaz9xbq8qs0xdnr8s9gkd1prblwpdvnzmw0xvc")))) (build-system gnu-build-system) ;; TODO Build with libwaive (described in README.md), to implement something ;; like OpenBSD's pledge(). |