guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d48b4f28e130ae4d5c99381f7a0e0c7c228db845
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Aug 19 19:23:50 2025 +0100

    gnu: go-github-com-decred-dcrd-dcrec-secp256k1-v4: Update to 4.4.0.
    
    * gnu/packages/golang-crypto.scm 
(go-github-com-decred-dcrd-dcrec-secp256k1-v4): Update to 4.4.0.
    
    Change-Id: I92237d10e1b960e5e9de2f79bffce1d0eb74992e
---
 gnu/packages/golang-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 813c83257e..d5cbfe18fd 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -739,7 +739,7 @@ and AVX acceleration and zero allocations.")
 (define-public go-github-com-decred-dcrd-dcrec-secp256k1-v4
   (package
     (name "go-github-com-decred-dcrd-dcrec-secp256k1-v4")
-    (version "4.3.0")
+    (version "4.4.0")
     (source
      (origin
        (method git-fetch)
@@ -748,7 +748,7 @@ and AVX acceleration and zero allocations.")
              (commit (go-version->git-ref version #:subdir 
"dcrec/secp256k1"))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19yqrrspm6n1x7wa1chqj0j95bc5w02ygddr06ajzf6x7i7q09q5"))
+        (base32 "069v37xz9wxyjj79ag462kafhzdjq7jahp20kilx4435h8vhxxyg"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

Reply via email to