summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-12-28 15:58:21 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:42:33 +0000
commit03afba75338de2778e4358df1e969daf3eb472f4 (patch)
treee7e67569fad65dd0cc4bd772fc6c4ecc6abb3183 /gnu/packages/golang.scm
parent1504f45abbaf94d5026bf94a9f997201efe8f092 (diff)
gnu: go-github-com-mitchellh-reflectwalk: Update to 1.0.2.
* gnu/packages/golang.scm (go-github-com-mitchellh-reflectwalk): Update to 1.0.2. Change-Id: Ie40debffcc3a621695354481b51fa584380bfe45
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 c677a22af3..32978e11a6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3420,7 +3420,7 @@ required by Go's standard Hash interface.")
(define-public go-github-com-mitchellh-reflectwalk
(package
(name "go-github-com-mitchellh-reflectwalk")
- (version "1.0.1")
+ (version "1.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3429,7 +3429,7 @@ required by Go's standard Hash interface.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pa6a3nhzwv5s5yqcmsmsfhdp5ggxsg2wa86f3akawxrhrkjarnx"))))
+ "1nxgb4gskzv045539vb312n0a443308dvh1akz7vi6x1l0z46zsm"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/mitchellh/reflectwalk"))