mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
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 @@ (define-public r-ace2fastq
|
|||
(define-public r-rngwell
|
||||
(package
|
||||
(name "r-rngwell")
|
||||
(version "0.10-8")
|
||||
(version "0.10-9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rngWELL" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ad1mz11l27h6apil2hd7gwz5zhi9jkjrk2jnhbkd8d0wz9g0sis"))))
|
||||
"1jyanz789ylbz9a2agqv5c674zrfqn0k7s9d5dfia63dpq8cqscr"))))
|
||||
(properties `((upstream-name . "rngWELL")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/rngWELL/")
|
||||
|
|
Loading…
Reference in a new issue