me
/
guix
Archived
1
0
Fork 0

gnu: minisign: Update to 0.10.

* gnu/packages/crypto.scm (minisign): Update to 0.10.
master
Tobias Geerinckx-Rice 2021-12-18 23:52:24 +01:00
parent 5620360cf6
commit 7492d2fb25
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -1239,7 +1239,7 @@ quickly by using all your CPU cores and hardware acceleration.")
(define-public minisign (define-public minisign
(package (package
(name "minisign") (name "minisign")
(version "0.9") (version "0.10")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1248,11 +1248,10 @@ quickly by using all your CPU cores and hardware acceleration.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0qx3hnkwx6ij0hgp5vc74x36qfc4h5wgzr70fqqhmv3zb8q9f2vn")))) (base32 "0gi5z03w9sg72vyjs94y0mhkzz7bbhyzcg92mgmd9r2ydpi5gads"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
; No test suite `(#:tests? #f)) ; no test suite
`(#:tests? #f))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs