mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-gopkg-in-warnings-v0: Move to golang-xyz.
* gnu/packages/golang.scm (go-gopkg-in-warnings-v0): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I03b8383bc8b5df1ff337b8db6e802a53a98b702d
This commit is contained in:
parent
b7a4139a6c
commit
aab9235dd0
2 changed files with 24 additions and 22 deletions
|
@ -10944,6 +10944,30 @@ machine readable. It is modeled after the Go standard library's @code{io} and
|
|||
(package-arguments go-github-com-op-go-logging)
|
||||
((#:import-path _) "gopkg.in/op/go-logging.v1")))))
|
||||
|
||||
(define-public go-gopkg-in-warnings-v0
|
||||
(package
|
||||
(name "go-gopkg-in-warnings-v0")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/go-warnings/warnings")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1kzj50jn708cingn7a13c2wdlzs6qv89dr2h4zj8d09647vlnd81"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "gopkg.in/warnings.v0"))
|
||||
(home-page "https://gopkg.in/warnings.v0")
|
||||
(synopsis "Error handling with non-fatal errors")
|
||||
(description
|
||||
"Package warnings implements error handling with non-fatal
|
||||
errors (warnings).")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public go-gopkg-in-yaml-v2
|
||||
(package
|
||||
(name "go-gopkg-in-yaml-v2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue