mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: go-github-com-mitchellh-copystructure: Update to 1.2.0.
* gnu/packages/golang.scm (go-github-com-mitchellh-copystructure): Update to 1.2.0. [propagated-inputs]: Add go-github-com-mitchellh-reflectwalk. [native-inputs]: Remove go-github-com-mitchellh-reflectwalk. Change-Id: I3237a56e7fa916603237191c4c7bc485a0166da7
This commit is contained in:
parent
9661973e27
commit
77a30f3ce3
1 changed files with 3 additions and 3 deletions
|
@ -3444,7 +3444,7 @@ unknown structures such as those decoded from JSON.")
|
|||
(define-public go-github-com-mitchellh-copystructure
|
||||
(package
|
||||
(name "go-github-com-mitchellh-copystructure")
|
||||
(version "1.0.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3454,11 +3454,11 @@ unknown structures such as those decoded from JSON.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"05njg92w1088v4yl0js0zdrpfq6k37i9j14mxkr3p90p5yd9rrrr"))))
|
||||
"1izw243b3r03nvgnnxvk706l3s3v3q7k69kq3n4asnzjkcymq7sm"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/mitchellh/copystructure"))
|
||||
(native-inputs
|
||||
(propagated-inputs
|
||||
(list go-github-com-mitchellh-reflectwalk))
|
||||
(home-page "https://github.com/mitchellh/copystructure")
|
||||
(synopsis "Go library for decoding deep copying values")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue