summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom Bologov <mail@aartaka.me>2024-04-26 01:31:11 +0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-04-28 10:11:25 -0400
commit9e719107aa75efdea54dbdcb5feb269f177c8b4a (patch)
tree772f043c38303cf78312d4b19b8029b285a87621
parent458f704e6d773af17c8eb4a5619ae0ffe0168f2d (diff)
gnu: guile-gsl: Update to 0.0.1-1.22ac81c.
* gnu/packages/guile-xyz.scm (guile-gsl): Update to 0.0.1-1.22ac81c. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r--gnu/packages/guile-xyz.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 230e3ff856..25b2eadf5d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4521,8 +4521,8 @@ function: raw, typed, and functional.")
(license license:lgpl3+))))
(define-public guile-gsl
- (let ((commit "e6d1477b0d0456f500c32610a5cae6ebb1b8acfe")
- (revision "0"))
+ (let ((commit "22ac81c45f33f897d7cc88744d427a6959682c24")
+ (revision "1"))
(package
(name "guile-gsl")
(version (git-version "0.0.1" revision commit))
@@ -4534,7 +4534,7 @@ function: raw, typed, and functional.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1b4brimmg3phahia9dm0wkcp1f29wnbvmi0q8di5sz7pf7qjzsy0"))))
+ (base32 "0gwxyd5flq107ibqdqvx7dl5z23an171jwckn7dvlqc60b7n2x64"))))
(build-system guile-build-system)
(arguments
(list
@@ -4556,7 +4556,7 @@ function: raw, typed, and functional.")
(synopsis "Bindings for GNU Scientific library in Guile")
(description
"This package provides a Guile Scheme wrapper for @code{libgsl.so}.
-Implements vector, matrix,and BLAS operations.")
+Implements vector, matrix, and BLAS operations.")
(license license:gpl3+))))
(define-public guile-ffi-fftw