mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: Add go-github-com-golangplus-fmt.
* gnu/packages/golang.scm (go-github-com-golangplus-fmt): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
79d5a18116
commit
0a7d6e87bb
1 changed files with 20 additions and 0 deletions
|
@ -487,6 +487,26 @@ (define-public go-github-com-aki237-nscjar
|
||||||
(home-page "https://github.com/aki237/nscjar")
|
(home-page "https://github.com/aki237/nscjar")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public go-github-com-golangplus-fmt
|
||||||
|
(package
|
||||||
|
(name "go-github-com-golangplus-fmt")
|
||||||
|
(version "1.0.0")
|
||||||
|
(home-page "https://github.com/golangplus/fmt")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url home-page)
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "07d5kxz0f8ss3v46y0c8jg02sagi0wlaaijhjzzp0r462jyzqii7"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/golangplus/fmt"))
|
||||||
|
(synopsis "Additions to Go's standard @code{fmt} package")
|
||||||
|
(description "This package provides additions to Go's stdlib @code{fmt}.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-leodido-go-urn
|
(define-public go-github-com-leodido-go-urn
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-leodido-go-urn")
|
(name "go-github-com-leodido-go-urn")
|
||||||
|
|
Loading…
Reference in a new issue