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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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"))))