summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2020-04-13 00:17:06 +0300
committerEfraim Flashner <[email protected]>2020-04-13 00:17:28 +0300
commita52aa7fdef19f95fc1755ecd88e979ba07d8b392 (patch)
tree814e29b57d62e734c9acb30b21a581d2675ea611
parent4042f7f8e5e135e601f05c43afde11b3ed2e8039 (diff)
gnu: mcron: Update to 1.1.4.
* gnu/packages/guix-xyz.scm (mcron): Update to 1.1.4.
-rw-r--r--gnu/packages/guile-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index a86a3f77ef..02404db679 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2016 Alex Sassmannshausen <[email protected]>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <[email protected]>
;;; Copyright © 2016 Erik Edrosa <[email protected]>
-;;; Copyright © 2016, 2019 Eraim Flashner <[email protected]>
+;;; Copyright © 2016, 2019, 2020 Eraim Flashner <[email protected]>
;;; Copyright © 2016, 2017 Alex Kost <[email protected]>
;;; Copyright © 2016, 2017 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <[email protected]>
;;; Copyright © 2016 Amirouche <[email protected]>
@@ -2142,14 +2142,14 @@ is no support for parsing block and inline level HTML.")
(define-public mcron
(package
(name "mcron")
- (version "1.1.3")
+ (version "1.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mcron/mcron-"
version ".tar.gz"))
(sha256
(base32
- "00kv7fgllzjpis0g1m9csycp4f6l11774m09dqy255cvmim2g743"))))
+ "1521w3h33bhdlg6qc66sq4dwv3qsx8r8x6srq4ca6kaahy6dszw8"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases