guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: isl: Update to 0.21.


From: guix-commits
Subject: 10/14: gnu: isl: Update to 0.21.
Date: Thu, 20 Jun 2019 18:01:13 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 8449cc133aac735cceb1caf1910506dfab099e40
Author: Marius Bakke <address@hidden>
Date:   Thu Jun 20 14:41:41 2019 +0200

    gnu: isl: Update to 0.21.
    
    * gnu/packages/gcc.scm (isl): Update to 0.21.
---
 gnu/packages/gcc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 5d4acbc..41d66fc 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -860,7 +860,7 @@ as the 'native-search-paths' field."
 (define-public isl
   (package
     (name "isl")
-    (version "0.19")
+    (version "0.21")
     (source (origin
              (method url-fetch)
              (uri (list (string-append
@@ -871,7 +871,7 @@ as the 'native-search-paths' field."
                                        name "-" version ".tar.bz2")))
              (sha256
               (base32
-               "1n4yz9rj24mv226hqbpw210ifvqkn8dgvpnkzf0s0lkq9zrjd5ym"))))
+               "0ng8l3q1px9lkzb44nxnzhh6fhdbclrwng9xs2v9m8yii8gs336i"))))
     (build-system gnu-build-system)
     (inputs `(("gmp" ,gmp)))
     (home-page "http://isl.gforge.inria.fr/";)



reply via email to

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