Skip to content
Snippets Groups Projects
Unverified Commit e002332b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: mcron: Depend on Guile 2.2.7.

Fixes <https://bugs.gnu.org/37237>.

* gnu/packages/guile-xyz.scm (mcron)[inputs]: Replace GUILE-2.2 with
GUILE-2.2.7.
parent 771c5e15
No related branches found
No related tags found
No related merge requests found
......@@ -2174,7 +2174,7 @@ (define-public mcron
#t)))))
(native-inputs `(("pkg-config" ,pkg-config)
("tzdata" ,tzdata-for-tests)))
(inputs `(("guile" ,guile-2.2)))
(inputs `(("guile" ,guile-2.2.7))) ;fix <https://bugs.gnu.org/37237>
(home-page "https://www.gnu.org/software/mcron/")
(synopsis "Run jobs at scheduled times")
(description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment