mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -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
|
||||
(package
|
||||
(name "r-rncl")
|
||||
(version "0.8.6")
|
||||
(version "0.8.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rncl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ywgwqn82z8h6zpcxxq4hgngdpfa6dj0lr7bfq4cwfml9z075jgw"))))
|
||||
"0flrqz7pansy11ds23qv06bcmh6vxqljq0517v6292ibbx7nx1qx"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-progress r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue