1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +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:
Sharlatan Hellseher 2025-01-06 20:45:25 +00:00
parent 0a783758b6
commit 9a52976e30
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 5 additions and 5 deletions

View file

@ -1376,7 +1376,7 @@ but it works for any C/C++ project.")
go-github-com-mattn-go-colorable
go-github-com-mattn-go-runewidth
go-github-com-mattn-go-shellwords
go-github-com-robfig-cron
go-github-com-robfig-cron-v3
go-github-com-yuin-goldmark
go-golang-org-x-sync
go-golang-org-x-sys

View file

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

View file

@ -8991,7 +8991,7 @@ Anonip can also be uses as a Python module in your own Python application.")
"0kckcwvqklavd855np9aq5js6mg84isrlwchr504yigwma0sm7hm"))))
(build-system go-build-system)
(propagated-inputs
(list go-github-com-robfig-cron go-golang-org-x-time))
(list go-github-com-robfig-cron-v3 go-golang-org-x-time))
(arguments
`(#:import-path "github.com/tsileo/poussetaches"))
(home-page "https://github.com/tsileo/poussetaches")