guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: guile-git, guile-bytestructures: Switch to Guile 2.2.


From: Ludovic Courtès
Subject: 09/09: gnu: guile-git, guile-bytestructures: Switch to Guile 2.2.
Date: Thu, 30 Mar 2017 05:15:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit aabece2ef8f87c35ceb3678f39fcfd244b15bb0f
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 30 11:14:20 2017 +0200

    gnu: guile-git, guile-bytestructures: Switch to Guile 2.2.
    
    * gnu/packages/guile.scm (guile-bytestructures)[inputs]: Replace
    GUILE-2.0 with GUILE-2.2.
    (guile-git)[inputs]: Likewise.
---
 gnu/packages/guile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index b12122b..e345c1f 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1520,7 +1520,7 @@ is no support for parsing block and inline level HTML.")
            (install-file "README.md" doc)
            #t))))
     (inputs
-     `(("guile" ,guile-2.0)))
+     `(("guile" ,guile-2.2)))
     (home-page "https://github.com/TaylanUB/scheme-bytestructures";)
     (synopsis "Structured access to bytevector contents for Guile")
     (description
@@ -1727,7 +1727,7 @@ is not available for Guile 2.0.")
          ("automake" ,automake)
          ("pkg-config" ,pkg-config)))
       (inputs
-       `(("guile" ,guile-2.0)
+       `(("guile" ,guile-2.2)
          ("libgit2" ,libgit2)))
       (propagated-inputs
        `(("guile-bytestructures" ,guile-bytestructures)))



reply via email to

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