mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: r-rcppgsl: Update to 0.3.10.
* gnu/packages/cran.scm (r-rcppgsl): Update to 0.3.10.
This commit is contained in:
parent
64b3d356bb
commit
581111b5b8
1 changed files with 2 additions and 2 deletions
|
@ -12070,13 +12070,13 @@ (define-public r-tweedie
|
|||
(define-public r-rcppgsl
|
||||
(package
|
||||
(name "r-rcppgsl")
|
||||
(version "0.3.9")
|
||||
(version "0.3.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppGSL" version))
|
||||
(sha256
|
||||
(base32 "0zhfkn3w5q2k2ggizrikz9an8hm90g6mr60paq0z8xgp5hpkrlk6"))))
|
||||
(base32 "0lalz51q31qqy0cr227vc3msi0h47p111lzy4zs93drgl1yhh4l6"))))
|
||||
(properties `((upstream-name . "RcppGSL")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue