mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: r-gsl: Update to 2.1-9.
* gnu/packages/cran.scm (r-gsl): Update to 2.1-9. [properties]: Record updater-extra-inputs. Change-Id: I3f6cd996732e7ffb14b33fac3a7bc2c50536f3f9
This commit is contained in:
@@ -31008,17 +31008,17 @@ parametrizations of Nolan.")
|
||||
(define-public r-gsl
|
||||
(package
|
||||
(name "r-gsl")
|
||||
(version "2.1-8")
|
||||
(version "2.1-9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gsl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"159d782nz7fqhgcj3fa79hlmkdrqnkd0ypgzcl71kgas92zhjdpk"))))
|
||||
"107daq63kg1p7r5f6x61f41nyhrbhg87kf35cybpsb48b88cdpjn"))))
|
||||
(properties '((updater-extra-inputs . ("gsl"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list gsl))
|
||||
(inputs (list gsl))
|
||||
(home-page "https://cran.r-project.org/web/packages/gsl")
|
||||
(synopsis "Wrapper for the GNU Scientific Library")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user