gnu: signify: Update to 28.

* gnu/packages/crypto.scm (signify): Update to 28.
[arguments]: Remove #:tests?.
This commit is contained in:
Marius Bakke 2020-02-10 15:45:39 +01:00
parent 03f40ce6d3
commit 2296e63019
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -132,7 +132,7 @@ (define-public libmd
(define-public signify
(package
(name "signify")
(version "27")
(version "28")
(home-page "https://github.com/aperezdc/signify")
(source (origin
(method url-fetch)
@ -140,13 +140,12 @@ (define-public signify
"/download/v" version "/signify-" version ".tar.xz"))
(sha256
(base32
"0ngjsqz95yb0knlw9zs02fnclif40s63r1mydgiv17ii3mds82df"))))
"05v970glhpaxv0m4cnidfxsdnsjp12nf2crzrdq4ml7g5a3g6hdq"))))
(build-system gnu-build-system)
;; TODO Build with libwaive (described in README.md), to implement something
;; like OpenBSD's pledge().
(arguments
`(#:tests? #f ; no test suite
#:make-flags
`(#:make-flags
(list "CC=gcc"
(string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases