guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b25561166bfe2528097f20e1d5b820897a482c91
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 1 22:31:25 2026 +0100

    gnu: go-github-com-zmap-zlint-v3: Update to 3.7.1.
    
    * gnu/packages/golang-crypto.scm (go-github-com-zmap-zlint-v3): Update to 
3.7.1.
---
 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 46707eeb8b..f0a646788b 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -4227,7 +4227,7 @@ Internet.  It is largely centered around the 
@code{WebPKI}.")
 (define-public go-github-com-zmap-zlint-v3
   (package
     (name "go-github-com-zmap-zlint-v3")
-    (version "3.6.8")
+    (version "3.7.1")
     (source
      (origin
        (method git-fetch)
@@ -4236,7 +4236,7 @@ Internet.  It is largely centered around the 
@code{WebPKI}.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "054ddx6xdzhdjd214kp3kby0q5w4z1d4n61fav5vz73afm4z4bij"))))
+        (base32 "1i138gz3yxi9xr08qidiwlps9nz08k0sqfipgy3a80f2ammls2hy"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to