[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: isl: Update to 0.23.
From: |
guix-commits |
Subject: |
06/12: gnu: isl: Update to 0.23. |
Date: |
Wed, 16 Dec 2020 18:17:27 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit f0c20da7d995af4f76982abc89c8d194e393c3e4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 15 22:42:15 2020 +0100
gnu: isl: Update to 0.23.
* gnu/packages/gcc.scm (isl): Update to 0.23.
---
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 18aaa0b..9b2a555 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -916,7 +916,7 @@ provides the GNU compiler for the Go programming
language."))
(define-public isl
(package
(name "isl")
- (version "0.22.1")
+ (version "0.23")
(source (origin
(method url-fetch)
(uri (list (string-append
@@ -927,7 +927,7 @@ provides the GNU compiler for the Go programming
language."))
name "-" version ".tar.bz2")))
(sha256
(base32
- "1kf54jib0nind1pvakblnfhimmwzm0y1llz8470ag0di5vwqwrhs"))))
+ "0k91zck10zxs9sk3yrbb92y1j3w981w3fbwkfwd7kl779b0j52f5"))))
(build-system gnu-build-system)
(outputs '("out" "static"))
(arguments
- branch core-updates updated (cc6cb6e -> c78964e), guix-commits, 2020/12/16
- 01/12: gnu: readline: Update to 8.1.0., guix-commits, 2020/12/16
- 03/12: gnu: perl-module-build: Update to 0.4231., guix-commits, 2020/12/16
- 02/12: gnu: expat: Update to 2.2.10., guix-commits, 2020/12/16
- 04/12: gnu: perl-test-needs: Update to 0.002006., guix-commits, 2020/12/16
- 08/12: gnu: gdbm: Fix build with GCC 10., guix-commits, 2020/12/16
- 09/12: gnu: tcsh: Update to 6.22.03., guix-commits, 2020/12/16
- 05/12: gnu: Perl: Update to 5.32.0., guix-commits, 2020/12/16
- 07/12: gnu: bdb: Fix building with GCC 9., guix-commits, 2020/12/16
- 06/12: gnu: isl: Update to 0.23.,
guix-commits <=
- 10/12: gnu: glib: Disable SELinux support., guix-commits, 2020/12/16
- 11/12: gnu: cURL: Don't build with OpenLDAP., guix-commits, 2020/12/16
- 12/12: gnu: Remove 'curl-minimal'., guix-commits, 2020/12/16