summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/golang.scm')
-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"))