guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: guile: Add version 2.2.4.


From: Ludovic Courtès
Subject: 01/05: gnu: guile: Add version 2.2.4.
Date: Mon, 2 Jul 2018 09:28:42 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 96b2b0ddc962068489813b2fd84b3cb2815f6e3c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 2 12:22:42 2018 +0200

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

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index ff52a48..5a5ee6b 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -301,6 +301,20 @@ without requiring the source code to be rewritten.")
                (base32
                 "1azm25zcmxif0skxfrp11d2wc89nrzpjaann9yxdw6pvjxhs948w"))))))
 
+(define-public guile-2.2.4
+  ;; This version contains important bug fixes, in particular wrt. to crashes
+  ;; of multi-threaded code as used by 'guix pull' and grafting.
+  (package
+    (inherit guile-2.2)
+    (version "2.2.4")
+    (source (origin
+              (inherit (package-source guile-2.2))
+              (uri (string-append "mirror://gnu/guile/guile-" version
+                                  ".tar.xz"))
+              (sha256
+               (base32
+                "07p3g0v2ba2vlfbfidqzlgbhnzdx46wh2rgc5gszq1mjyx5bks6r"))))))
+
 (define-public guile-next
   (deprecated-package "guile-next" guile-2.2))
 



reply via email to

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