me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-spacetime): Update to 1.3-0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -38388,13 +38388,13 @@ API.")
(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))