me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rngwell): Update to 0.10-8.
Ricardo Wurmus 2022-11-29 15:22:23 +01:00
parent ce8c44d0c3
commit 9f7cd46b00
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -23462,14 +23462,14 @@ facilitates insertion into pipelines, and content inspection.")
(define-public r-rngwell
(package
(name "r-rngwell")
(version "0.10-7")
(version "0.10-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "rngWELL" version))
(sha256
(base32
"0f1dxxaimfb0fww8ym9ciqf6q760ai46wxldl37m5mfpd57ca00c"))))
"0ad1mz11l27h6apil2hd7gwz5zhi9jkjrk2jnhbkd8d0wz9g0sis"))))
(properties `((upstream-name . "rngWELL")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/rngWELL/")