mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: libsecp256p1: Use a source file-name.
* gnu/packages/crypto.scm (libsecp256p1)[source]: Use a source file-name.
This commit is contained in:
parent
5b35ef308c
commit
718dffdf6e
1 changed files with 1 additions and 0 deletions
|
@ -1107,6 +1107,7 @@ (define-public libsecp256k1
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue