This is an automated email from the git hooks/post-receive script. guix_mirror_bot pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 309e2e54cd gnu: libsecp256k1: Update to 0.7.0. 309e2e54cd is described below commit 309e2e54cdb55f8027de8cfd04c766710ac45fb2 Author: Hennadii Stepanov <heba...@gmail.com> AuthorDate: Sun Sep 7 16:44:12 2025 +0100 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 <andr...@enge.fr> --- gnu/packages/crypto.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index a2f1cbe1dd..4155fb901a 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -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