gnu: go-github-com-robfig-cron: Update to 3.0.1.

* gnu/packages/golang.scm (go-github-com-robfig-cron): Update to 3.0.1.
This commit is contained in:
Arun Isaac 2020-06-02 07:07:26 +05:30
parent cef87bfea8
commit 61aa30df32
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -15,7 +15,7 @@
;;; Copyright @ 2018, 2019 Katherine Cox-Buday <cox.katherine.e@gmail.com>
;;; Copyright @ 2019 Giovanni Biscuolo <g@xelera.eu>
;;; Copyright @ 2019, 2020 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2019 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2019, 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
;;;
;;; This file is part of GNU Guix.
@ -3214,7 +3214,7 @@ (define-public go-github-com-maruel-panicparse
(define-public go-github-com-robfig-cron
(package
(name "go-github-com-robfig-cron")
(version "3.0.0")
(version "3.0.1")
(source
(origin
(method git-fetch)
@ -3224,7 +3224,7 @@ (define-public go-github-com-robfig-cron
(file-name (git-file-name name version))
(sha256
(base32
"0bvq5gxkhyj21lq32nma23i4dpwp7bswnp2yks6372ilkcyisx2z"))))
"1agzbw2dfk2d1mpmddr85s5vh6ygm8kqrvfg87i9d2wqnlsnliqm"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/robfig/cron"))