mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: r-rncl: Update to 0.8.7.
* gnu/packages/cran.scm (r-rncl): Update to 0.8.7.
This commit is contained in:
parent
b24219443d
commit
8b7de31e7a
1 changed files with 2 additions and 2 deletions
|
@ -16165,13 +16165,13 @@ (define-public r-tfmpvalue
|
||||||
(define-public r-rncl
|
(define-public r-rncl
|
||||||
(package
|
(package
|
||||||
(name "r-rncl")
|
(name "r-rncl")
|
||||||
(version "0.8.6")
|
(version "0.8.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rncl" version))
|
(uri (cran-uri "rncl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ywgwqn82z8h6zpcxxq4hgngdpfa6dj0lr7bfq4cwfml9z075jgw"))))
|
"0flrqz7pansy11ds23qv06bcmh6vxqljq0517v6292ibbx7nx1qx"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-progress r-rcpp))
|
(list r-progress r-rcpp))
|
||||||
|
|
Loading…
Reference in a new issue