mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-timechange: Update to 0.3.0.
* gnu/packages/cran.scm (r-timechange): Update to 0.3.0. Change-Id: I5c8dce37f2f268145b7288845ef0c7d1115eb445
This commit is contained in:
parent
254eb0d3fd
commit
b12217b3d0
1 changed files with 2 additions and 2 deletions
|
@ -8356,13 +8356,13 @@ (define-public r-dimred
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue