mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
6d8e2be1f1
commit
0405032fc6
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue