mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: r-randtoolbox: Update to 2.0.1.
* gnu/packages/cran.scm (r-randtoolbox): Update to 2.0.1.
This commit is contained in:
parent
2327b15d31
commit
17f70b7363
1 changed files with 2 additions and 2 deletions
|
@ -21986,14 +21986,14 @@ (define-public r-rnmf
|
|||
(define-public r-randtoolbox
|
||||
(package
|
||||
(name "r-randtoolbox")
|
||||
(version "2.0.0")
|
||||
(version "2.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "randtoolbox" version))
|
||||
(sha256
|
||||
(base32
|
||||
"005x2igljc6vm0nsmkld9aqjqz1ccwapc8z3aw5c3ivh4n2bghf9"))))
|
||||
"1p2jsn0hpihc49zk605z82mhhvma0ji2f5b94wa85g2xzriqkwn4"))))
|
||||
(properties `((upstream-name . "randtoolbox")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue