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

* gnu/packages/cran.scm (r-rngwell): Update to 0.10-6.
This commit is contained in:
Ricardo Wurmus 2020-01-27 16:30:52 +01:00
parent 328b5dde4b
commit 05e2ed8b4f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -16959,14 +16959,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-5") (version "0.10-6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rngWELL" version)) (uri (cran-uri "rngWELL" version))
(sha256 (sha256
(base32 (base32
"0b4ys525gksgqwqx9id4bdgyi9mwj6n3r87xdzf4fc9hp3cc16jb")))) "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
(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/")