gnu: r-randtoolbox: Update to 2.0.4.

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

View file

@ -24576,14 +24576,14 @@ (define-public r-rnmf
(define-public r-randtoolbox
(package
(name "r-randtoolbox")
(version "2.0.3")
(version "2.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "randtoolbox" version))
(sha256
(base32
"0i23wj9nmsfy3x2yzlfadzrvil2yhcrxs6qxrykrqs15r9jwx3hm"))))
"0jwylffr8zajgd1x24nrv4xxlkic10i8cfd9sy0pkz2g7sai9nll"))))
(properties `((upstream-name . "randtoolbox")))
(build-system r-build-system)
(propagated-inputs