mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
862625cd10
commit
c9da0fc4ec
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue