mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-kataras-golog: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-kataras-golog): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I9af9de46300f34983c5a1716ebc3421049b2a385
This commit is contained in:
parent
d8ce1531c6
commit
9b1bbc81dc
2 changed files with 25 additions and 24 deletions
|
@ -8244,6 +8244,31 @@ them.")
|
||||||
"Go long flag: a light-weight long and short command line option parser.")
|
"Go long flag: a light-weight long and short command line option parser.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public go-github-com-kataras-golog
|
||||||
|
(package
|
||||||
|
(name "go-github-com-kataras-golog")
|
||||||
|
(version "0.1.12")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/kataras/golog")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1szibhgxmkd52gz6i77p3fwlxqyidj7l5vf59pjl5bjy8ggv0kpv"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/kataras/golog"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-kataras-pio))
|
||||||
|
(home-page "https://github.com/kataras/golog")
|
||||||
|
(synopsis "Logging foundation for Go applications")
|
||||||
|
(description
|
||||||
|
"GoLog is a level-based logger written in Go.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-kataras-pio
|
(define-public go-github-com-kataras-pio
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-kataras-pio")
|
(name "go-github-com-kataras-pio")
|
||||||
|
|
|
@ -1218,30 +1218,6 @@ form that bypasses network filtering, allowing the application to work on
|
||||||
networks where it would otherwise be blocked or heavily throttled.")
|
networks where it would otherwise be blocked or heavily throttled.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-kataras-golog
|
|
||||||
(package
|
|
||||||
(name "go-github-com-kataras-golog")
|
|
||||||
(version "0.1.12")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri
|
|
||||||
(git-reference
|
|
||||||
(url "https://github.com/kataras/golog")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1szibhgxmkd52gz6i77p3fwlxqyidj7l5vf59pjl5bjy8ggv0kpv"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/kataras/golog"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-github-com-kataras-pio))
|
|
||||||
(home-page "https://github.com/kataras/golog")
|
|
||||||
(synopsis "Logging foundation for Go applications")
|
|
||||||
(description "GoLog is a level-based logger written in Go.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public go-github-com-kortschak-utter
|
(define-public go-github-com-kortschak-utter
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-kortschak-utter")
|
(name "go-github-com-kortschak-utter")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue