[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/13: gnu: signify: Update to 28.
From: |
guix-commits |
Subject: |
05/13: gnu: signify: Update to 28. |
Date: |
Mon, 10 Feb 2020 14:34:11 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 2296e63019cb0042872edab2c583b42cd2b08752
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 10 15:45:39 2020 +0100
gnu: signify: Update to 28.
* gnu/packages/crypto.scm (signify): Update to 28.
[arguments]: Remove #:tests?.
---
gnu/packages/crypto.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index f09ec71..4ce1cc4 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -132,7 +132,7 @@ communication, encryption, decryption, signatures, etc.")
(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 @@ communication, encryption, decryption, signatures, etc.")
"/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
- branch master updated (2cbccf7 -> e7ce4ef), guix-commits, 2020/02/10
- 01/13: gnu: chromium.scm: Remove use of CADR., guix-commits, 2020/02/10
- 02/13: gnu: swaybg: Remove unused input., guix-commits, 2020/02/10
- 03/13: gnu: swaylock: Remove unused input., guix-commits, 2020/02/10
- 04/13: gnu: sway: Remove unused input., guix-commits, 2020/02/10
- 05/13: gnu: signify: Update to 28.,
guix-commits <=
- 06/13: gnu: strace: Update to 5.5., guix-commits, 2020/02/10
- 09/13: gnu: ceph: Update to 14.2.7., guix-commits, 2020/02/10
- 12/13: gnu: node: Disable flaky test., guix-commits, 2020/02/10
- 07/13: gnu: http-parser: Update to 2.9.3., guix-commits, 2020/02/10
- 08/13: gnu: rocksdb: Update to 6.6.4., guix-commits, 2020/02/10
- 11/13: gnu: python-protobuf: Update to 3.11.3., guix-commits, 2020/02/10
- 10/13: gnu: protobuf: Update to 3.11.3., guix-commits, 2020/02/10
- 13/13: gnu: unbound: Remove redundant input., guix-commits, 2020/02/10