me
/
guix
Archived
1
0
Fork 0

gnu: r-randtoolbox: Update to 2.0.4.

* gnu/packages/cran.scm (r-randtoolbox): Update to 2.0.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -24576,14 +24576,14 @@ and prints vectorized images.")
(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