mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05: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:
parent
5c5b57268f
commit
2470127037
1 changed files with 2 additions and 2 deletions
|
@ -21190,14 +21190,14 @@ (define-public r-rnmf
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue