gnu: libsecp256k1: Update to 0.6.0.

* gnu/packages/crypto.scm (libsecp256k1): Update to 0.6.0.

Change-Id: Ifc3691c523f1c50f5b065b985ab97b0fe1774638
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
fanquake 2025-06-16 17:15:28 +01:00 committed by Sharlatan Hellseher
parent 5a7a7dda9e
commit 71f8d89569
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1050,7 +1050,7 @@ trivial to build for local use. Portability is emphasized over performance.")
(define-public libsecp256k1 (define-public libsecp256k1
(package (package
(name "libsecp256k1") (name "libsecp256k1")
(version "0.5.1") (version "0.6.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1059,7 +1059,7 @@ trivial to build for local use. Portability is emphasized over performance.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1f3nq1dg6afbwp45m2rbndd8mpvx7hhggmzji22csyzwhq3fz2r1")) "0v9xa9vbr18c4kxflp718h5cilkgpwrfyrl65pjxzj6g598qs954"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; These files are pre-generated, the build system is able to ;; These files are pre-generated, the build system is able to