mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-rngwell: Update to 0.10-7.
* gnu/packages/cran.scm (r-rngwell): Update to 0.10-7.
This commit is contained in:
parent
73a5393cca
commit
5c5b57268f
1 changed files with 2 additions and 2 deletions
|
@ -21144,14 +21144,14 @@ (define-public r-ace2fastq
|
|||
(define-public r-rngwell
|
||||
(package
|
||||
(name "r-rngwell")
|
||||
(version "0.10-6")
|
||||
(version "0.10-7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rngWELL" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
|
||||
"0f1dxxaimfb0fww8ym9ciqf6q760ai46wxldl37m5mfpd57ca00c"))))
|
||||
(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