1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2024-12-26 23:43:46 +00:00
parent f2c75428a3
commit 9d282c283d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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