mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-multicool: Update to 0.1-11.
* gnu/packages/cran.scm (r-multicool): Update to 0.1-11.
This commit is contained in:
parent
6051268076
commit
b159b8a760
1 changed files with 2 additions and 2 deletions
|
@ -9231,14 +9231,14 @@ (define-public r-rgl
|
||||||
(define-public r-multicool
|
(define-public r-multicool
|
||||||
(package
|
(package
|
||||||
(name "r-multicool")
|
(name "r-multicool")
|
||||||
(version "0.1-10")
|
(version "0.1-11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "multicool" version))
|
(uri (cran-uri "multicool" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ybg9piya9psqg42w9i3zsnavbxhkfklfwl7cb420i5nkq6wpc2v"))))
|
"0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/multicool/")
|
(home-page "https://cran.r-project.org/web/packages/multicool/")
|
||||||
|
|
Loading…
Reference in a new issue