diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-28 15:51:23 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:42:33 +0000 |
commit | 77a30f3ce3d5ff3458c3e25cf16f600428b48c76 (patch) | |
tree | fb112f37b78a3ee4589ec851e496dca70f3e89d8 | |
parent | 9661973e279d758a2897089e19637ef07371de81 (diff) |
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
-rw-r--r-- | gnu/packages/golang.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 35aacb15de..084fad84ba 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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") |