gnu: r-rngtools: Update to 1.5.2.
* gnu/packages/statistics.scm (r-rngtools): Update to 1.5.2.
This commit is contained in:
parent
0ac0dfdf7b
commit
031c6f65a2
1 changed files with 2 additions and 2 deletions
|
@ -3726,14 +3726,14 @@ (define-public r-registry
|
|||
(define-public r-rngtools
|
||||
(package
|
||||
(name "r-rngtools")
|
||||
(version "1.5")
|
||||
(version "1.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rngtools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xgmg3qb6insc157as47mcm9sdjdpy9jirh7w06bxb7pfcxqfx42"))))
|
||||
"0kd7x214cqw7hzpmk1iqy1bn7j6x0ady0yz2hsdbclbq9k57d33z"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-digest" ,r-digest)))
|
||||
|
|
Loading…
Reference in a new issue