diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index dfc482792a..55fbcb1d7b 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -11056,6 +11056,30 @@ (define-public go-github-com-rivo-uniseg @url{https://unicode.org/reports/tr29/, Unicode Standard Annex #29}.") (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 (package (name "go-github-com-rogpeppe-fastuuid") diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 19dafc036b..757f279765 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3403,29 +3403,6 @@ (define-public go-github-com-lunixbochs-vtclean optionally preserving color.") (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 (let ((commit "b7d861da381071e5d3701e428528d1bfe276e78f") (revision "0"))