diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-12-05 18:54:42 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-05 22:00:27 +0000 |
| commit | 7525dc6807644b5f7ca29a58f01d5df3364a6373 (patch) | |
| tree | e8633858f0f1e22b8de7f2aa801020debdaec8be | |
| parent | 4649356206e9c0e72411ddd1fb35debd90b21e0d (diff) | |
gnu: go-sigs-k8s-io-yaml: Update to 1.6.0.
* gnu/packages/golang-xyz.scm (go-sigs-k8s-io-yaml): Update to 1.6.0.
[propagated-inputs]: Add go-go-yaml-in-yaml-v2, go-go-yaml-in-yaml-v3,
go-sigs-k8s-io-randfill.
[native-inputs]: Remove go-gopkg-in-check-v1.
Change-Id: I285d5a0e1a085780589858e6ad2ca732f2eeb612
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 3ea3006e97e..78195b77889 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -28226,23 +28226,26 @@ operation.") (define-public go-sigs-k8s-io-yaml (package (name "go-sigs-k8s-io-yaml") - (version "1.4.0") + (version "1.6.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/kubernetes-sigs/yaml") - (commit (string-append "v" version)))) + (url "https://github.com/kubernetes-sigs/yaml") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0yjnmpwmvlb6md3djn6qx1ag4ld7gjz7jfyz1ldml88zyb9crpqx")))) + (base32 "1p7mm7z259nh07ij8k8csg8gbbsr48riszpsl9g0rksghpn61n73")))) (build-system go-build-system) (arguments (list #:import-path "sigs.k8s.io/yaml")) (native-inputs - (list go-github-com-google-go-cmp - go-gopkg-in-check-v1)) + (list go-github-com-google-go-cmp)) + (propagated-inputs + (list go-go-yaml-in-yaml-v2 + go-go-yaml-in-yaml-v3 + go-sigs-k8s-io-randfill)) (home-page "https://sigs.k8s.io/yaml") (synopsis "YAML marshaling and unmarshaling support for Go") (description |
