me
/
guix
Archived
1
0
Fork 0

gnu: minisign: Update to 0.11.

* gnu/packages/crypto.scm (minisign): Update to 0.11.
master
Tobias Geerinckx-Rice 2023-01-15 01:00:01 +01:00
parent b2d0ba2b30
commit 7c63c11c15
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1264,7 +1264,7 @@ quickly by using all your CPU cores and hardware acceleration.")
(define-public minisign
(package
(name "minisign")
(version "0.10")
(version "0.11")
(source
(origin
(method git-fetch)
@ -1273,7 +1273,7 @@ quickly by using all your CPU cores and hardware acceleration.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0gi5z03w9sg72vyjs94y0mhkzz7bbhyzcg92mgmd9r2ydpi5gads"))))
(base32 "1vv2bhhsyhlpnjclfa7gkqgd9xi3jfcdrss7abbdxvvflyrwdk5i"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no test suite