gnu: r-rngtools: Update to 1.3.1.

* gnu/packages/statistics.scm (r-rngtools): Update to 1.3.1.
This commit is contained in:
Ricardo Wurmus 2018-05-31 12:36:13 +02:00
parent 3a6051659d
commit 7da0790e2a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3214,14 +3214,14 @@ package registries.")
(define-public r-rngtools
(package
(name "r-rngtools")
(version "1.2.4")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rngtools" version))
(sha256
(base32
"1fcgfqrrb48z37xgy8sffx91p9irp39yqzxv7nqp1x2hnwsrh097"))))
"097215qcfw6ybllpzmp1532r59h2srvch3aca4z4s6l2rf9w8gvn"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)