mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libsecp256k1: Update to 0.7.0.
* gnu/packages/crypto.scm (libsecp256k1): Update to 0.7.0. Change-Id: I0065befd22704b3f43a58d70171af6e4ab3f8be8 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
5599b4b44f
commit
309e2e54cd
@@ -1127,7 +1127,7 @@ trivial to build for local use. Portability is emphasized over performance.")
|
||||
(define-public libsecp256k1
|
||||
(package
|
||||
(name "libsecp256k1")
|
||||
(version "0.6.0")
|
||||
(version "0.7.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -1136,7 +1136,7 @@ trivial to build for local use. Portability is emphasized over performance.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v9xa9vbr18c4kxflp718h5cilkgpwrfyrl65pjxzj6g598qs954"))
|
||||
"1d0cnd2s607j642h64821mpklfvvzy70mkyl2dlsm5s9lgvndn2p"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; These files are pre-generated, the build system is able to
|
||||
|
||||
Reference in New Issue
Block a user