me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rngwell): Update to 0.10-7.
master
Ricardo Wurmus 2021-11-23 15:23:27 +01:00
parent 73a5393cca
commit 5c5b57268f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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