guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: gsl: Update to 2.8.


From: guix-commits
Subject: 03/03: gnu: gsl: Update to 2.8.
Date: Fri, 22 Nov 2024 08:29:03 -0500 (EST)

andreas pushed a commit to branch gsl-upgrade
in repository guix.

commit 34344d8e242eb309a6965866b88582be1507af4a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Sep 28 19:21:32 2024 +0200

    gnu: gsl: Update to 2.8.
    
    * gnu/packages/maths.scm (gsl): Update to 2.8.
    
    Change-Id: I7a7af6af46b0be57a435a09460cb1237c65c6ff8
---
 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 ad2b26f182..603aef3d29 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -677,14 +677,14 @@ precision floating point numbers.")
 (define-public gsl
   (package
     (name "gsl")
-    (version "2.7.1")
+    (version "2.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gsl/gsl-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0jxkxrnpys2j3rh8bzx0bmnh4w6xm28jd57rgxsjp0s863agpc6w"))))
+                "141i8ag2qazyqqk17bfr2l7mr1asxm1da7avi5a66b332pnyx6ba"))))
     (outputs '("out" "static" "debug"))
     (build-system gnu-build-system)
     (arguments



reply via email to

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