mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: actionlint: Update to 1.6.26.
* gnu/packages/check.scm (actionlint): Update to 1.6.26. [inputs]: Swap go-github-com-robfig-cron-1.2 to go-github-com-robfig-cron * gnu/packages/golang.scm (go-github-com-robfig-cron-1.2): Delete variable. Change-Id: Ie2c25254ffefb99f8808f74ae4a9d85bbbcb6437
This commit is contained in:
parent
d041bf2bb0
commit
7b0863f07a
2 changed files with 4 additions and 22 deletions
|
@ -7454,24 +7454,6 @@ and aid debugging.")
|
|||
a cron spec parser and job runner.")
|
||||
(license license:expat)))
|
||||
|
||||
;; Required by actionlint. The version of `go-github-com-robfig-cron'
|
||||
;; packaged in Guix is newer and changed some error messages, causing
|
||||
;; unit tests in actionlint to fail.
|
||||
(define-public go-github-com-robfig-cron-1.2
|
||||
(package
|
||||
(inherit go-github-com-robfig-cron)
|
||||
(name "go-github-com-robfig-cron")
|
||||
(version "1.2.0")
|
||||
(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
|
||||
"0nv31m3940d9kf38lw2zs4hpj435bdi9mmim098rb3n4l07qrvva"))))))
|
||||
|
||||
(define-public go-github-com-shirou-gopsutil
|
||||
(let ((commit "47ef3260b6bf6ead847e7c8fc4101b33c365e399")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue