[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
399/401: gnu: go-github-com-polydawn-refmt: Update to 0.89.0.
From: |
guix-commits |
Subject: |
399/401: gnu: go-github-com-polydawn-refmt: Update to 0.89.0. |
Date: |
Thu, 26 Dec 2024 19:31:33 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 378949a285fee2c0ec73aa9c1385299c68bdaca3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 26 23:43:46 2024 +0000
gnu: go-github-com-polydawn-refmt: Update to 0.89.0.
* gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt): Update to
0.89.0.
[propagated-inputs]: Remove go-gopkg-in-yaml-v2; add
go-github-com-go-yaml-yaml.
Change-Id: I70ca4a256ec7e7cb6f06fea729f469e9850a6e58
---
gnu/packages/golang-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0a67fbfcff..0409d20d63 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -9102,25 +9102,25 @@ Pion}.")
(define-public go-github-com-polydawn-refmt
(package
(name "go-github-com-polydawn-refmt")
- (version "0.89.1-0.20231129105047-37766d95467a")
+ (version "0.89.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/polydawn/refmt/")
- (commit (go-version->git-ref version))))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0grgzacc7igfndk1v3n1g6k4wdz6bjsiqfq3n5br2zpr7n40ha9n"))))
+ (base32 "1v4av75nlgvps5q2h3q6w3cmry0gg316l82zmj6sph9bp2c87621"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/polydawn/refmt"))
(propagated-inputs
- (list go-github-com-urfave-cli
- go-github-com-warpfork-go-wish
+ (list go-github-com-go-yaml-yaml
go-github-com-smartystreets-goconvey
- go-gopkg-in-yaml-v2))
+ go-github-com-urfave-cli
+ go-github-com-warpfork-go-wish))
(home-page "https://github.com/polydawn/refmt/")
(synopsis "Object mapping for Go language")
(description
- 191/401: gnu: Add go-k8s-io-gengo-v2., (continued)
- 191/401: gnu: Add go-k8s-io-gengo-v2., guix-commits, 2024/12/26
- 195/401: gnu: Add go-sigs-k8s-io-structured-merge-diff-v4., guix-commits, 2024/12/26
- 342/401: gnu: go-gopkg-in-errgo-fmt-errors: Rename variable., guix-commits, 2024/12/26
- 360/401: gnu: Add go-github-com-go-yaml-yaml., guix-commits, 2024/12/26
- 362/401: gnu: go-github-com-oklog-ulid: Fix bulid., guix-commits, 2024/12/26
- 382/401: gnu: Add go-github-com-gin-gonic-gin., guix-commits, 2024/12/26
- 368/401: gnu: Add go-github-com-keybase-dbus., guix-commits, 2024/12/26
- 379/401: gnu: go-github-com-burntsushi-toml: Simplify., guix-commits, 2024/12/26
- 390/401: gnu: go-go-uber-org-multierr: Update to 1.11.0., guix-commits, 2024/12/26
- 396/401: gnu: go-github-com-willscott-goturn: Update to 0.0.0-20170802220503-19f41278d0c9., guix-commits, 2024/12/26
- 399/401: gnu: go-github-com-polydawn-refmt: Update to 0.89.0.,
guix-commits <=
- 128/401: gnu: Add go-github-com-containerd-log., guix-commits, 2024/12/26
- 164/401: gnu: go-github-com-google-gofuzz: Update to 1.2.0., guix-commits, 2024/12/26
- 168/401: gnu: go-github-com-kr-fs: Move to golang-xyz., guix-commits, 2024/12/26
- 158/401: gnu: go-github-com-ipfs-go-datastore: Fix build., guix-commits, 2024/12/26
- 176/401: gnu: go-github-com-youmark-pkcs8: Update to 1.3., guix-commits, 2024/12/26
- 169/401: gnu: go-github-com-pkg-sftp: Update to 1.13.7., guix-commits, 2024/12/26
- 192/401: gnu: go-sigs-k8s-io-yaml: Update to 1.4.0., guix-commits, 2024/12/26
- 183/401: gnu: go-github-com-dgraph-io-badger: Simplify package., guix-commits, 2024/12/26
- 208/401: gnu: go-github-com-onsi-ginkgo: Fix build., guix-commits, 2024/12/26
- 215/401: gnu: Add go-modernc-org-mathutil., guix-commits, 2024/12/26