[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: minisign: Update to 0.9.
From: |
guix-commits |
Subject: |
02/07: gnu: minisign: Update to 0.9. |
Date: |
Tue, 9 Jun 2020 18:03:04 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 840857bf48237d15d1608b9272cae480cd28874f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 9 15:20:47 2020 +0200
gnu: minisign: Update to 0.9.
* gnu/packages/crypto.scm (minisign): Update to 0.9.
---
gnu/packages/crypto.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index ccf1c28..99b23b7 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1031,7 +1031,7 @@ quickly by using all your CPU cores and hardware
acceleration.")
(define-public minisign
(package
(name "minisign")
- (version "0.8")
+ (version "0.9")
(source
(origin
(method url-fetch)
@@ -1039,8 +1039,7 @@ quickly by using all your CPU cores and hardware
acceleration.")
(string-append
"https://github.com/jedisct1/minisign/releases/download/";
version "/minisign-" version ".tar.gz"))
(sha256
- (base32
- "10hhgwxf9rcdlr00shrkcyxndrc22dh5lj8k5z27xg3nc0jba3hk"))))
+ (base32 "1h9cfvvm6lqq33b2wdar1x3w4k7zyrscavllyb0l5dmcdabq60r2"))))
(build-system cmake-build-system)
(arguments
; No test suite
- branch master updated (9bb102d -> 2971ed5), guix-commits, 2020/06/09
- 02/07: gnu: minisign: Update to 0.9.,
guix-commits <=
- 04/07: gnu: perl-sql-abstract: Update to 1.87., guix-commits, 2020/06/09
- 01/07: gnu: python-pylint: Update to 2.5.3., guix-commits, 2020/06/09
- 03/07: gnu: rust-yaml-rust: Update to 0.4.4., guix-commits, 2020/06/09
- 05/07: gnu: rocksdb: Update to 6.10.1., guix-commits, 2020/06/09
- 06/07: gnu: dhall: Disable network tests differently., guix-commits, 2020/06/09
- 07/07: gnu: dhall: Update to 1.32.0., guix-commits, 2020/06/09