[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: Use 'guile-3.0' instead of 'guile-next' in 'guix-dev.scm'.
From: |
Ludovic Courtès |
Subject: |
02/02: Use 'guile-3.0' instead of 'guile-next' in 'guix-dev.scm'. |
Date: |
Wed, 26 Aug 2020 05:54:49 -0400 (EDT) |
civodul pushed a commit to branch master
in repository data-service.
commit ab68b0fdb3efe68f1962b7b9698ffc225abfeabb
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Aug 26 11:29:11 2020 +0200
Use 'guile-3.0' instead of 'guile-next' in 'guix-dev.scm'.
---
guix-dev.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix-dev.scm b/guix-dev.scm
index edc2ed6..5f687ac 100644
--- a/guix-dev.scm
+++ b/guix-dev.scm
@@ -75,7 +75,7 @@
("guile-gcrypt" ,guile3.0-gcrypt)
("guile-lzlib" ,guile-lzlib)
("guile-readline" ,guile3.0-readline)
- ("guile" ,guile-next)
+ ("guile" ,guile-3.0)
("sqitch" ,sqitch)))
(native-inputs
`(("autoconf" ,autoconf)