gnu: r-rngwell: Update to 0.10-9.
* gnu/packages/cran.scm (r-rngwell): Update to 0.10-9.
This commit is contained in:
parent
a43bd01e6d
commit
5d18b18e3b
1 changed files with 2 additions and 2 deletions
|
@ -24531,14 +24531,14 @@ facilitates insertion into pipelines, and content inspection.")
|
||||||
(define-public r-rngwell
|
(define-public r-rngwell
|
||||||
(package
|
(package
|
||||||
(name "r-rngwell")
|
(name "r-rngwell")
|
||||||
(version "0.10-8")
|
(version "0.10-9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rngWELL" version))
|
(uri (cran-uri "rngWELL" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ad1mz11l27h6apil2hd7gwz5zhi9jkjrk2jnhbkd8d0wz9g0sis"))))
|
"1jyanz789ylbz9a2agqv5c674zrfqn0k7s9d5dfia63dpq8cqscr"))))
|
||||||
(properties `((upstream-name . "rngWELL")))
|
(properties `((upstream-name . "rngWELL")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/rngWELL/")
|
(home-page "https://cran.r-project.org/web/packages/rngWELL/")
|
||||||
|
|
Reference in a new issue