gnu: signify: Update to 26.

* gnu/packages/crypto.scm (signify): Update to 26.
[source]: Change to URL-FETCH to get the shiny new release tarball.
master
Marius Bakke 2019-07-27 21:57:01 +02:00
parent 9b7f721db9
commit b23579d0da
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 6 deletions

View File

@ -131,16 +131,15 @@ communication, encryption, decryption, signatures, etc.")
(define-public signify
(package
(name "signify")
(version "25")
(version "26")
(home-page "https://github.com/aperezdc/signify")
(source (origin
(method git-fetch)
(uri (git-reference (url home-page)
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(method url-fetch)
(uri (string-append "https://github.com/aperezdc/signify/releases"
"/download/v" version "/signify-" version ".tar.xz"))
(sha256
(base32
"0zg0rffxwj2a71s1bllhrn491xsmirg9sshpq8f3vl25lv4c2cnq"))))
"16sl1yq5bbsads5q4a0fbrf31b0x8r1hi4wagl90nbrhrca98baw"))))
(build-system gnu-build-system)
;; TODO Build with libwaive (described in README.md), to implement something
;; like OpenBSD's pledge().