gnu: r-etm: Update to 1.0.5.

* gnu/packages/cran.scm (r-etm): Update to 1.0.5.
master
Ricardo Wurmus 2019-05-28 23:55:27 +02:00
parent 10dbc3fc54
commit 9a749cad19
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10756,14 +10756,14 @@ JASA, 94:496-509.")
(define-public r-etm
(package
(name "r-etm")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "etm" version))
(sha256
(base32
"0ws103b3pmli0z4xbyfxkly2wnnnxnnwc0r66qjjqjrlvm7pffl1"))))
"1yivbq8y0ijcl1m4nir4q9hp4pi6iphwxgjprygsdf7vp98wq677"))))
(build-system r-build-system)
(propagated-inputs
`(("r-data-table" ,r-data-table)