mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: minisign: Update to 0.12.
* gnu/packages/crypto.scm (minisign): Update to 0.12. Change-Id: I4fd3eaf592bcf1fd5195df4f917c6007908a777c
This commit is contained in:
parent
560f49e1b4
commit
1f523f0c32
1 changed files with 2 additions and 2 deletions
|
|
@ -1305,7 +1305,7 @@ quickly by using all your CPU cores and hardware acceleration.")
|
|||
(define-public minisign
|
||||
(package
|
||||
(name "minisign")
|
||||
(version "0.11")
|
||||
(version "0.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1314,7 +1314,7 @@ quickly by using all your CPU cores and hardware acceleration.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vv2bhhsyhlpnjclfa7gkqgd9xi3jfcdrss7abbdxvvflyrwdk5i"))))
|
||||
(base32 "1b7iagx8jdyhvni24qhq13qydsinbh42gvb9dgn8d9vx3f33645a"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no test suite
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue