mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: go-github-com-jonboulle-clockwork: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Idf7a5958a856507f37d54771d6f4881b367ed39e
This commit is contained in:
parent
43e019b561
commit
838d282530
2 changed files with 24 additions and 24 deletions
|
@ -3935,6 +3935,30 @@ just matching lines. This package proviedes a CLI tool and @code{colors}
|
||||||
library.")
|
library.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public go-github-com-jonboulle-clockwork
|
||||||
|
(package
|
||||||
|
(name "go-github-com-jonboulle-clockwork")
|
||||||
|
(version "0.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/jonboulle/clockwork")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1j1k9chzy5pb76r4r1k0vr5fbkvna564v6dzjflhapwsr7jpjgwf"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/jonboulle/clockwork"))
|
||||||
|
(home-page "https://github.com/jonboulle/clockwork")
|
||||||
|
(synopsis "Fake clock library for Go")
|
||||||
|
(description
|
||||||
|
"Replace uses of the @code{time} package with the @code{clockwork.Clock}
|
||||||
|
interface instead.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-josharian-intern
|
(define-public go-github-com-josharian-intern
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-josharian-intern")
|
(name "go-github-com-josharian-intern")
|
||||||
|
|
|
@ -3238,30 +3238,6 @@ information about the resource usage and performance characteristics of running
|
||||||
containers.")
|
containers.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public go-github-com-jonboulle-clockwork
|
|
||||||
(package
|
|
||||||
(name "go-github-com-jonboulle-clockwork")
|
|
||||||
(version "0.4.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/jonboulle/clockwork")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1j1k9chzy5pb76r4r1k0vr5fbkvna564v6dzjflhapwsr7jpjgwf"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:import-path "github.com/jonboulle/clockwork"))
|
|
||||||
(home-page "https://github.com/jonboulle/clockwork")
|
|
||||||
(synopsis "Fake clock library for Go")
|
|
||||||
(description
|
|
||||||
"Replace uses of the @code{time} package with the @code{clockwork.Clock}
|
|
||||||
interface instead.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-github-com-spf13-afero
|
(define-public go-github-com-spf13-afero
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-spf13-afero")
|
(name "go-github-com-spf13-afero")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue