guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: gsl: Update to 2.5.


From: Ludovic Courtès
Subject: 05/06: gnu: gsl: Update to 2.5.
Date: Sat, 16 Jun 2018 19:40:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f3a34b9de8e15f237a33fae0e035b004cff2e80f
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 17 01:25:35 2018 +0200

    gnu: gsl: Update to 2.5.
    
    * gnu/packages/maths.scm (gsl): Update to 2.5.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 208a75c..ee9d84d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -294,14 +294,14 @@ semiconductors.")
 (define-public gsl
   (package
     (name "gsl")
-    (version "2.4")
+    (version "2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gsl/gsl-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "16yfs5n444s03np1naj6yp1fsysd42kdscxzkg0k2yvfjixx0ijd"))
+                "1395y9hlhqadn5g9j8q22224fds5sd92jxi9czfavjj24myasq04"))
               (patches (search-patches "gsl-test-i686.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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