gnu: r-timedate: Update to 3042.101.

* gnu/packages/cran.scm (r-timedate): Update to 3042.101.
This commit is contained in:
Ricardo Wurmus 2017-11-30 16:51:03 +01:00
parent 87313f64d9
commit 26007cd5ee
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1084,14 +1084,14 @@ (define-public r-dimred
(define-public r-timedate
(package
(name "r-timedate")
(version "3012.100")
(version "3042.101")
(source
(origin
(method url-fetch)
(uri (cran-uri "timeDate" version))
(sha256
(base32
"0cn4h23y2y2bbg62qgm79xx4cvfla5xbpmi9hbdvkvpmm5yfyqk2"))))
"0vcckaw1gqz3j4v69r9jn41vlmk5a5c7572xam1nl75ki5v4r3bc"))))
(properties `((upstream-name . "timeDate")))
(build-system r-build-system)
(home-page "https://www.rmetrics.org")