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

* gnu/packages/cran.scm (r-spacetime): Update to 1.3-2.

Change-Id: I2570a94e575247fa8a98cfa3ce022abd36b7dfb2
This commit is contained in:
Ricardo Wurmus 2024-09-07 14:40:03 +02:00
parent 6d8e2be1f1
commit 0405032fc6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -42839,13 +42839,13 @@ (define-public r-spacefillr
(define-public r-spacetime
(package
(name "r-spacetime")
(version "1.3-1")
(version "1.3-2")
(source (origin
(method url-fetch)
(uri (cran-uri "spacetime" version))
(sha256
(base32
"1kr12pbi6hqns30kqy4jv5pcm3lgfcfyc2gwaak1jbg894csahhr"))))
"01dvih9f7m7vmjv057d1lls5kyxq5h87mmxaby566r9b2svrx0fn"))))
(properties `((upstream-name . "spacetime")))
(build-system r-build-system)
(propagated-inputs (list r-intervals r-lattice r-sp r-xts r-zoo))