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

gnu: libsecp256p1: Use a source file-name.

* gnu/packages/crypto.scm (libsecp256p1)[source]: Use a source
file-name.
This commit is contained in:
Efraim Flashner
2023-07-08 23:18:41 +03:00
parent 5b35ef308c
commit 718dffdf6e

View File

@@ -1107,6 +1107,7 @@ trivial to build for local use. Portability is emphasized over performance.")
(uri (git-reference
(url "https://github.com/bitcoin-core/secp256k1")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"12wksk7bi3yfzmk1zwh5b6846zcaycqz1w4w4p23apjc8da4jwpn"))))