me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-polydawn-refmt.

* gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt): New variable.

Change-Id: I5b300fb826ec7f232cab108614737e49e114afa5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
master
Artyom V. Poptsov 2024-06-18 22:43:42 +03:00 committed by Sharlatan Hellseher
parent f0df4829aa
commit 68347f8744
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 28 additions and 0 deletions

View File

@ -3135,6 +3135,34 @@ on top of the standard library @code{flag} package.")
Pion}.")
(license license:expat)))
(define-public go-github-com-polydawn-refmt
(package
(name "go-github-com-polydawn-refmt")
(version "0.89.1-0.20231129105047-37766d95467a")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/polydawn/refmt/")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0grgzacc7igfndk1v3n1g6k4wdz6bjsiqfq3n5br2zpr7n40ha9n"))))
(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
go-github.com-smartystreets-goconvey
go-gopkg-in-yaml-v2))
(home-page "https://github.com/polydawn/refmt/")
(synopsis "Object mapping for Go language")
(description
"@code{refmt} is a serialization and object-mapping library.")
(license license:expat)))
(define-public go-github-com-prometheus-client-model
(package
(name "go-github-com-prometheus-client-model")