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>
This commit is contained in:
parent
458f704e6d
commit
9e719107aa
1 changed files with 4 additions and 4 deletions
|
@ -4521,8 +4521,8 @@ function: raw, typed, and functional.")
|
||||||
(license license:lgpl3+))))
|
(license license:lgpl3+))))
|
||||||
|
|
||||||
(define-public guile-gsl
|
(define-public guile-gsl
|
||||||
(let ((commit "e6d1477b0d0456f500c32610a5cae6ebb1b8acfe")
|
(let ((commit "22ac81c45f33f897d7cc88744d427a6959682c24")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "guile-gsl")
|
(name "guile-gsl")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
@ -4534,7 +4534,7 @@ function: raw, typed, and functional.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1b4brimmg3phahia9dm0wkcp1f29wnbvmi0q8di5sz7pf7qjzsy0"))))
|
(base32 "0gwxyd5flq107ibqdqvx7dl5z23an171jwckn7dvlqc60b7n2x64"))))
|
||||||
(build-system guile-build-system)
|
(build-system guile-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -4556,7 +4556,7 @@ function: raw, typed, and functional.")
|
||||||
(synopsis "Bindings for GNU Scientific library in Guile")
|
(synopsis "Bindings for GNU Scientific library in Guile")
|
||||||
(description
|
(description
|
||||||
"This package provides a Guile Scheme wrapper for @code{libgsl.so}.
|
"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+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public guile-ffi-fftw
|
(define-public guile-ffi-fftw
|
||||||
|
|
Reference in a new issue