1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-randtoolbox: Update to 1.31.1.

* gnu/packages/cran.scm (r-randtoolbox): Update to 1.31.1.
This commit is contained in:
Ricardo Wurmus
2021-11-23 15:23:28 +01:00
parent 5c5b57268f
commit 2470127037

View File

@@ -21190,14 +21190,14 @@ and prints vectorized images.")
(define-public r-randtoolbox
(package
(name "r-randtoolbox")
(version "1.30.1")
(version "1.31.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "randtoolbox" version))
(sha256
(base32
"0qg20ar6qns858jdzqhmfq7yji81czhr6cim257958gqpj66sn95"))))
"1b9vjzqg014hxp1vfb62m01d7xim5vmpbyxzlbll49bqas0jx69h"))))
(properties `((upstream-name . "randtoolbox")))
(build-system r-build-system)
(propagated-inputs