[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: minisign: Update to 0.10.
From: |
guix-commits |
Subject: |
02/09: gnu: minisign: Update to 0.10. |
Date: |
Sat, 18 Dec 2021 18:49:26 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 7492d2fb25bb24b92340aea59a018fbe81aff919
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 23:52:24 2021 +0100
gnu: minisign: Update to 0.10.
* gnu/packages/crypto.scm (minisign): Update to 0.10.
---
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 21ff15c..3751a32 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1239,7 +1239,7 @@ quickly by using all your CPU cores and hardware
acceleration.")
(define-public minisign
(package
(name "minisign")
- (version "0.9")
+ (version "0.10")
(source
(origin
(method git-fetch)
@@ -1248,11 +1248,10 @@ quickly by using all your CPU cores and hardware
acceleration.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0qx3hnkwx6ij0hgp5vc74x36qfc4h5wgzr70fqqhmv3zb8q9f2vn"))))
+ (base32 "0gi5z03w9sg72vyjs94y0mhkzz7bbhyzcg92mgmd9r2ydpi5gads"))))
(build-system cmake-build-system)
(arguments
- ; No test suite
- `(#:tests? #f))
+ `(#:tests? #f)) ; no test suite
(native-inputs
(list pkg-config))
(inputs
- branch master updated (f6e79ef -> b3a0db7), guix-commits, 2021/12/18
- 02/09: gnu: minisign: Update to 0.10.,
guix-commits <=
- 01/09: gnu: minisign: Fetch source from Git., guix-commits, 2021/12/18
- 04/09: gnu: bear: Update to 3.0.17., guix-commits, 2021/12/18
- 05/09: gnu: bear: Respect TESTS?., guix-commits, 2021/12/18
- 08/09: gnu: keyutils: Omit static library., guix-commits, 2021/12/18
- 07/09: gnu: keyutils: Update to 1.6.3., guix-commits, 2021/12/18
- 03/09: gnu: inxi-minimal: Update to 3.3.11-1., guix-commits, 2021/12/18
- 06/09: gnu: i3status-rust: Fix build., guix-commits, 2021/12/18
- 09/09: gnu: diffoscope: Remove input labels., guix-commits, 2021/12/18