gnu: r-spacetime: Update to 1.3-0.

* gnu/packages/cran.scm (r-spacetime): Update to 1.3-0.
This commit is contained in:
Ricardo Wurmus 2023-04-06 17:32:42 +02:00 committed by Maxim Cournoyer
parent 4abb90f367
commit 5d1153aadc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -38388,13 +38388,13 @@ (define-public r-spacefillr
(define-public r-spacetime
(package
(name "r-spacetime")
(version "1.2-8")
(version "1.3-0")
(source (origin
(method url-fetch)
(uri (cran-uri "spacetime" version))
(sha256
(base32
"0nacy8a9mbxh22q248zxhnlcfrmgj9yslrgc3kj35zscmcks15s2"))))
"06slxywh94g4k7dxnfs9g5yjvwjk2lxwydrjwawg0mgkqsjh569f"))))
(properties `((upstream-name . "spacetime")))
(build-system r-build-system)
(propagated-inputs (list r-lattice r-sp r-zoo r-xts r-intervals))