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
This commit is contained in:
Sharlatan Hellseher 2024-12-28 15:58:21 +00:00
parent 862625cd10
commit c9da0fc4ec
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3420,7 +3420,7 @@ (define-public go-github-com-libp2p-go-libp2p-protocol
(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 @@ (define-public go-github-com-mitchellh-reflectwalk
(file-name (git-file-name name version))
(sha256
(base32
"0pa6a3nhzwv5s5yqcmsmsfhdp5ggxsg2wa86f3akawxrhrkjarnx"))))
"1nxgb4gskzv045539vb312n0a443308dvh1akz7vi6x1l0z46zsm"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/mitchellh/reflectwalk"))