mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-jonboulle-clockwork: Update to 0.4.0.
* gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): Update to 0.4.0. Change-Id: I75f231341968fe3941c6459055fb554f6e77a782
This commit is contained in:
parent
a2a6f0dd82
commit
55e77705c4
1 changed files with 4 additions and 6 deletions
|
@ -3239,21 +3239,19 @@ containers.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public go-github-com-jonboulle-clockwork
|
(define-public go-github-com-jonboulle-clockwork
|
||||||
(let ((commit "e3653ace2d63753697e0e5b07b9393971c0bba9d")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-jonboulle-clockwork")
|
(name "go-github-com-jonboulle-clockwork")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/jonboulle/clockwork")
|
(url "https://github.com/jonboulle/clockwork")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1avzqhks12a8x2yzpvjsf3k0gv9cy7zx2z88hn0scacnxkphisvc"))))
|
"1j1k9chzy5pb76r4r1k0vr5fbkvna564v6dzjflhapwsr7jpjgwf"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/jonboulle/clockwork"))
|
'(#:import-path "github.com/jonboulle/clockwork"))
|
||||||
|
@ -3262,7 +3260,7 @@ containers.")
|
||||||
(description
|
(description
|
||||||
"Replace uses of the @code{time} package with the
|
"Replace uses of the @code{time} package with the
|
||||||
@code{clockwork.Clock} interface instead.")
|
@code{clockwork.Clock} interface instead.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-spf13-afero
|
(define-public go-github-com-spf13-afero
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue