gnu: mcron: Update to 1.2.0.

* gnu/packages/guile-xyz.scm (mcron): Update to 1.2.0.
This commit is contained in:
Efraim Flashner 2020-08-14 14:27:27 +03:00
parent 39cc879ae5
commit 8b3b19881b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2344,14 +2344,14 @@ (define-public guile3.0-commonmark
(define-public mcron
(package
(name "mcron")
(version "1.1.4")
(version "1.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mcron/mcron-"
version ".tar.gz"))
(sha256
(base32
"1521w3h33bhdlg6qc66sq4dwv3qsx8r8x6srq4ca6kaahy6dszw8"))))
"1midrn15d5kqy4zd2029bj1db6gnfhxg8mcgfy4bkp5p9nl4v4rd"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases