diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-10 23:47:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 00:13:56 +0100 |
commit | 519dc88c751b3101e824862e650087741881a327 (patch) | |
tree | 4b318261f1cb7ed495ce3223fc964ad3381e60fe | |
parent | 1fc2a81ef9a2477b8b961042b30ff94ecad6c6d0 (diff) | |
download | patches-519dc88c751b3101e824862e650087741881a327.tar patches-519dc88c751b3101e824862e650087741881a327.tar.gz |
gnu: signify: Update to 29.
* gnu/packages/crypto.scm (signify): Update to 29.
-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 5ca3ec5b51..b808211b2d 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -133,7 +133,7 @@ communication, encryption, decryption, signatures, etc.") (define-public signify (package (name "signify") - (version "28") + (version "29") (home-page "https://github.com/aperezdc/signify") (source (origin (method url-fetch) @@ -141,7 +141,7 @@ communication, encryption, decryption, signatures, etc.") "/download/v" version "/signify-" version ".tar.xz")) (sha256 (base32 - "05v970glhpaxv0m4cnidfxsdnsjp12nf2crzrdq4ml7g5a3g6hdq")))) + "1bzcax5kb4lr0rmpmrdpq5q0iq6b2dxzpl56li8aanbkck1c7hd9")))) (build-system gnu-build-system) ;; TODO Build with libwaive (described in README.md), to implement something ;; like OpenBSD's pledge(). |