gnu: go-github-com-kortschak-utter: Update to 1.7.0.

* gnu/packages/golang.scm (go-github-com-kortschak-utter): Update to 1.7.0.

Change-Id: I70b773144a50c60860cf4b6aa5801e2b0a269c82
This commit is contained in:
Sharlatan Hellseher 2025-01-08 21:01:49 +00:00
parent 9b1bbc81dc
commit f8a3d27ae6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1221,7 +1221,7 @@ networks where it would otherwise be blocked or heavily throttled.")
(define-public go-github-com-kortschak-utter
(package
(name "go-github-com-kortschak-utter")
(version "1.5.0")
(version "1.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1230,7 +1230,7 @@ networks where it would otherwise be blocked or heavily throttled.")
(file-name (git-file-name name version))
(sha256
(base32
"13lg8gzvgjnljf1lz8qsfz3qcmbvrsxp3ip7mp2kscfz07r69dyw"))))
"1pycm9kkfwpxz10v6f3w0478qy66bzaginr94rnmnnz7kp40fa00"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/kortschak/utter"))