gnu: r-timechange: Update to 0.2.0.

* gnu/packages/cran.scm (r-timechange): Update to 0.2.0.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:16 +01:00
parent 76f2fbeae0
commit 485bdfd7d0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -6329,13 +6329,13 @@ methods.")
(define-public r-timechange
(package
(name "r-timechange")
(version "0.1.1")
(version "0.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "timechange" version))
(sha256
(base32
"0w3zbmzhg3zr5d9aa83kmr6gyhk75l7jysa7zs0pnz9x4ffr20w5"))))
"1wgpab9dvmvkfb1p1arj0knb8qal9hazbhx5jkpxl8r10l420q1x"))))
(properties `((upstream-name . "timechange")))
(build-system r-build-system)
(propagated-inputs (list r-cpp11))