guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: guile: Add 2.2.5.


From: guix-commits
Subject: 01/03: gnu: guile: Add 2.2.5.
Date: Thu, 20 Jun 2019 08:07:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c050f1870016a6bf6e79aee8e5abe5da366fa210
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 20 13:50:22 2019 +0200

    gnu: guile: Add 2.2.5.
    
    * gnu/packages/guile.scm (guile-2.2.5): New variable.
---
 gnu/packages/guile.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 67825ff..f0a53e7 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -286,6 +286,18 @@ without requiring the source code to be rewritten.")
                   (max-silent-time . 36000))))) ;10 hours (needed on ARM
                                                 ;  when heavily loaded)
 
+(define-public guile-2.2.5
+  (package
+    (inherit guile-2.2)
+    (version "2.2.5")
+    (source (origin
+              (inherit (package-source guile-2.2))
+              (uri (string-append "mirror://gnu/guile/guile-" version
+                                  ".tar.xz"))
+              (sha256
+               (base32
+                "19w5ws1jvs01dpv756qv2cgs37rsnwq1f4f07mj0wra35pqp6c7w"))))))
+
 (define-public guile-next
   ;; This is the upcoming Guile 3.0, with JIT support.
   (let ((commit "6f3357b0df64c4be17e72079864c09a542f1c779")



reply via email to

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