1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02:00

gnu: minisign: Fetch source from Git.

* gnu/packages/crypto.scm (minisign)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice
2021-12-18 23:51:28 +01:00
parent f6e79ef108
commit 5620360cf6

View File

@@ -1242,12 +1242,13 @@ quickly by using all your CPU cores and hardware acceleration.")
(version "0.9")
(source
(origin
(method url-fetch)
(uri
(string-append "https://github.com/jedisct1/minisign/releases/download/"
version "/minisign-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/jedisct1/minisign")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1h9cfvvm6lqq33b2wdar1x3w4k7zyrscavllyb0l5dmcdabq60r2"))))
(base32 "0qx3hnkwx6ij0hgp5vc74x36qfc4h5wgzr70fqqhmv3zb8q9f2vn"))))
(build-system cmake-build-system)
(arguments
; No test suite