me
/
guix
Archived
1
0
Fork 0

gnu: r-timechange: Update to 0.3.0.

* gnu/packages/cran.scm (r-timechange): Update to 0.3.0.

Change-Id: I5c8dce37f2f268145b7288845ef0c7d1115eb445
master
Ricardo Wurmus 2024-01-23 08:26:10 +01:00
parent 254eb0d3fd
commit b12217b3d0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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