about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/gemma.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm
index 94433e2..ab57a54 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -61,9 +61,9 @@
   #:use-module (gn packages shell)
   #:use-module (srfi srfi-1))
 
-(define-public gsl
+(define-public gsl1
   (package
-   (name "gsl")
+   (name "gsl1")
     (version "1.16")
     (source (origin
               (method url-fetch)
@@ -71,7 +71,7 @@
                                   version ".tar.gz"))
               (sha256
                (base32
-                "26yfs5n444s03np1naj6yp1fsysd42kdscxzkg0k2yvfjixx0ijd"))
+                "0lrgipi0z6559jqh82yx8n4xgnxkhzj46v96dl77hahdp58jzg3k"))
               ))
     (build-system gnu-build-system)
     (home-page "https://www.gnu.org/software/gsl/")