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:
Sharlatan Hellseher 2025-01-06 20:50:23 +00:00
parent ec6b2347b0
commit af0d3c6378
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 23 deletions

View file

@ -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")

View file

@ -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"))