mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: go-github-com-robfig-cron: Rename variable.
* gnu/packages/golang.scm (go-github-com-robfig-cron): Rename variable to go-github-com-robfig-cron-v3 follow go.mod import style path to improve importer. [arguments] <import-path>: Change to "github.com/robfig/cron/v3". * gnu/packages/check.scm (actionlint) [native-inputs]: Remove go-github-com-robfig-cron; add go-github-com-robfig-cron-v3. * gnu/packages/web.scm (poussetaches) [propagated-inputs]: Remove go-github-com-robfig-cron; add go-github-com-robfig-cron-v3. Change-Id: Iac02e0f256d37d8d11bfd03b7fe1d14b1d1c7894
This commit is contained in:
parent
0a783758b6
commit
9a52976e30
3 changed files with 5 additions and 5 deletions
|
@ -3403,9 +3403,9 @@ designed to clean up raw terminal output by stripping escape sequences,
|
|||
optionally preserving color.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-robfig-cron
|
||||
(define-public go-github-com-robfig-cron-v3
|
||||
(package
|
||||
(name "go-github-com-robfig-cron")
|
||||
(name "go-github-com-robfig-cron-v3")
|
||||
(version "3.0.1")
|
||||
(source
|
||||
(origin
|
||||
|
@ -3419,7 +3419,7 @@ optionally preserving color.")
|
|||
"1agzbw2dfk2d1mpmddr85s5vh6ygm8kqrvfg87i9d2wqnlsnliqm"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/robfig/cron"))
|
||||
`(#: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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue