summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2025-01-08 21:01:49 +0000
committerSharlatan Hellseher <[email protected]>2025-01-21 23:47:46 +0000
commitf8a3d27ae6c6bb2e5f93777bafe89b497d20b3f1 (patch)
treeb400ce94455e7e360b4a9722d5f54c831eed3508
parent9b1bbc81dc9a9c69f71c420aab6547dde14c44c1 (diff)
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
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 256d9e65c2..dec2cc7c58 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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"))