1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: signify: Update to 30.

* gnu/packages/crypto.scm (signify): Update to 30.
This commit is contained in:
Tobias Geerinckx-Rice
2020-09-30 11:23:55 +02:00
parent 0b66a8bbd8
commit dbc1fe20be

View File

@@ -143,7 +143,7 @@ communication, encryption, decryption, signatures, etc.")
(define-public signify
(package
(name "signify")
(version "29")
(version "30")
(home-page "https://github.com/aperezdc/signify")
(source (origin
(method url-fetch)
@@ -151,7 +151,7 @@ communication, encryption, decryption, signatures, etc.")
"/download/v" version "/signify-" version ".tar.xz"))
(sha256
(base32
"1bzcax5kb4lr0rmpmrdpq5q0iq6b2dxzpl56li8aanbkck1c7hd9"))))
"11l67j04gyxnlw6zrzsygqs5cgsc1sww1rh0apl05yay131hd17n"))))
(build-system gnu-build-system)
;; TODO Build with libwaive (described in README.md), to implement something
;; like OpenBSD's pledge().