gnu: mcron: Update to 1.2.3.
* gnu/packages/guile-xyz.scm (mcron): Update to 1.2.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
c1138889d9
commit
8226549181
|
@ -2974,22 +2974,18 @@ is no support for parsing block and inline level HTML.")
|
||||||
(inputs (list guile-2.0))))
|
(inputs (list guile-2.0))))
|
||||||
|
|
||||||
(define-public mcron
|
(define-public mcron
|
||||||
;; Use the latest commits, as interesting changes haven't been released yet,
|
|
||||||
;; such as improved logging.
|
|
||||||
(let ((revision "0")
|
|
||||||
(commit "5fd0ccde5a4cff70299999f988e6b5166584814d"))
|
|
||||||
(package
|
(package
|
||||||
(name "mcron")
|
(name "mcron")
|
||||||
(version (git-version "1.2.1" revision commit))
|
(version "1.2.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.savannah.gnu.org/git/mcron.git")
|
(url "https://git.savannah.gnu.org/git/mcron.git")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jl2w67a5hkphzssdzq3q4jcwv2b174b11d3w5i3khxq2vhzd6kk"))))
|
"07gqwbjfsgf16ff624hkav0qhl10dv579y10fxas2kbjavqm4yx5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -3023,7 +3019,7 @@ is no support for parsing block and inline level HTML.")
|
||||||
tasks on a schedule, such as every hour or every Monday. Mcron is written in
|
tasks on a schedule, such as every hour or every Monday. Mcron is written in
|
||||||
Guile, so its configuration can be written in Scheme; the original cron
|
Guile, so its configuration can be written in Scheme; the original cron
|
||||||
format is also supported.")
|
format is also supported.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public guile-picture-language
|
(define-public guile-picture-language
|
||||||
(let ((commit "a1322bf11945465241ca5b742a70893f24156d12")
|
(let ((commit "a1322bf11945465241ca5b742a70893f24156d12")
|
||||||
|
|
Reference in New Issue