guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: mcron: Depend on Guile 2.2.7.


From: guix-commits
Subject: 01/05: gnu: mcron: Depend on Guile 2.2.7.
Date: Wed, 18 Mar 2020 06:55:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e002332b8a136638c2a4fc1a2f2a26541ce0211d
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed Mar 18 10:42:38 2020 +0100

    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.
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 124373b..dbf3c8e 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2174,7 +2174,7 @@ is no support for parsing block and inline level HTML.")
                       #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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]