mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: go-github-com-robfig-cron-v3: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-robfig-cron-v3): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I6096fa9b398fd12ea1733565658b99054a7512ce
This commit is contained in:
parent
9a52976e30
commit
0887597c5f
2 changed files with 24 additions and 23 deletions
|
@ -11056,6 +11056,30 @@ exploration and data entry.")
|
||||||
@url{https://unicode.org/reports/tr29/, Unicode Standard Annex #29}.")
|
@url{https://unicode.org/reports/tr29/, Unicode Standard Annex #29}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-robfig-cron-v3
|
||||||
|
(package
|
||||||
|
(name "go-github-com-robfig-cron-v3")
|
||||||
|
(version "3.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/robfig/cron")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1agzbw2dfk2d1mpmddr85s5vh6ygm8kqrvfg87i9d2wqnlsnliqm"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/robfig/cron/v3"))
|
||||||
|
(home-page "https://godoc.org/github.com/robfig/cron")
|
||||||
|
(synopsis "Cron library for Go")
|
||||||
|
(description
|
||||||
|
"This package provides a cron library for Go. It implements a cron spec
|
||||||
|
parser and job runner.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-rogpeppe-fastuuid
|
(define-public go-github-com-rogpeppe-fastuuid
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-rogpeppe-fastuuid")
|
(name "go-github-com-rogpeppe-fastuuid")
|
||||||
|
|
|
@ -3403,29 +3403,6 @@ designed to clean up raw terminal output by stripping escape sequences,
|
||||||
optionally preserving color.")
|
optionally preserving color.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-robfig-cron-v3
|
|
||||||
(package
|
|
||||||
(name "go-github-com-robfig-cron-v3")
|
|
||||||
(version "3.0.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/robfig/cron")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1agzbw2dfk2d1mpmddr85s5vh6ygm8kqrvfg87i9d2wqnlsnliqm"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/robfig/cron/v3"))
|
|
||||||
(home-page "https://godoc.org/github.com/robfig/cron")
|
|
||||||
(synopsis "Cron library for Go")
|
|
||||||
(description "This package provides a cron library for Go. It implements
|
|
||||||
a cron spec parser and job runner.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-ddevault-go-libvterm
|
(define-public go-github-com-ddevault-go-libvterm
|
||||||
(let ((commit "b7d861da381071e5d3701e428528d1bfe276e78f")
|
(let ((commit "b7d861da381071e5d3701e428528d1bfe276e78f")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue