From b25561166bfe2528097f20e1d5b820897a482c91 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 1 Sep 2026 22:31:25 +0100 Subject: 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 46707eeb8b4..f0a646788be 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 -- cgit v1.2.3