gnu: r-rngwell: Update to 0.10-9.

* gnu/packages/cran.scm (r-rngwell): Update to 0.10-9.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:46 +01:00
parent a43bd01e6d
commit 5d18b18e3b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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/")