r-rngtools: add 1.3.1 (#10418)

This commit is contained in:
Justin Stanley 2019-01-30 13:25:10 -06:00 committed by Peter Scheibel
parent 16819a5b18
commit 9efeff6b1f

View file

@ -17,6 +17,7 @@ class RRngtools(RPackage):
url = "https://cran.r-project.org/src/contrib/rngtools_1.2.4.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/rngtools"
version('1.3.1', sha256='763fc493cb821a4d3e514c0dc876d602a692c528e1d67f295dde70c77009e224')
version('1.2.4', '715967f8b3af2848a76593a7c718c1cd')
depends_on('r-pkgmaker', type=('build', 'run'))