rekado pushed a commit to branch r-updates
in repository guix.
commit 61455a46665eec6106722d9128f9d6087cb3ffe2
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Dec 12 13:52:02 2023 +0100
gnu: r-spacetime: Update to 1.3-1.
* gnu/packages/cran.scm (r-spacetime): Update to 1.3-1.
Change-Id: I1fe54f97452c0dd738c6cfced56c406498de73c4
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bedb7ef8b2..84ad587022 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -40694,16 +40694,16 @@ API.")
(define-public r-spacetime
(package
(name "r-spacetime")
- (version "1.3-0")
+ (version "1.3-1")
(source (origin
(method url-fetch)
(uri (cran-uri "spacetime" version))
(sha256
(base32
- "06slxywh94g4k7dxnfs9g5yjvwjk2lxwydrjwawg0mgkqsjh569f"))))
+ "1kr12pbi6hqns30kqy4jv5pcm3lgfcfyc2gwaak1jbg894csahhr"))))
(properties `((upstream-name . "spacetime")))
(build-system r-build-system)
- (propagated-inputs (list r-lattice r-sp r-zoo r-xts r-intervals))
+ (propagated-inputs (list r-intervals r-lattice r-sp r-xts r-zoo))
(native-inputs (list r-knitr))
(home-page "https://github.com/edzer/spacetime/")
(synopsis "Classes and methods for spatio-temporal data")