guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: gsl: Update to 2.2.1.


From: Ludovic Courtès
Subject: 05/07: gnu: gsl: Update to 2.2.1.
Date: Tue, 4 Oct 2016 14:38:27 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 8c82e1c9d3b31f326a747a420282f7eedeb92100
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 4 16:27:35 2016 +0200

    gnu: gsl: Update to 2.2.1.
    
    * gnu/packages/maths.scm (gsl): Update to 2.2.1.
---
 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 de8c323..8f480a6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -185,7 +185,7 @@ semiconductors.")
 (define-public gsl
   (package
     (name "gsl")
-    (version "2.1")
+    (version "2.2.1")
     (source
      (origin
       (method url-fetch)
@@ -193,7 +193,7 @@ semiconductors.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "0rhcia9jhr3p1f1wybwyllwqfs9bggz99i3mi5lpyqcpff1hdbar"))))
+        "095hp01d8lkqdvv0p1k25kvbisgfdmvx1rzpyc2i8kl2n33kvlhk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f))



reply via email to

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