diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-07-08 23:18:41 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-07-08 23:18:41 +0300 |
commit | 718dffdf6e8342eaba72a1d8f8cef8ac61a2c5a2 (patch) | |
tree | 24696540f19975b4d79575878fb5052b6c8ec07a /gnu/packages/crypto.scm | |
parent | 5b35ef308c988a35aa27b1b446d5ea4dbe7ae1b1 (diff) |
gnu: libsecp256p1: Use a source file-name.
* gnu/packages/crypto.scm (libsecp256p1)[source]: Use a source
file-name.
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 9b89c7d545..aa4aab372b 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -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")))) |