mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-tsp: Update to 1.2-4.
* gnu/packages/cran.scm (r-tsp): Update to 1.2-4.
This commit is contained in:
parent
6d980ffa69
commit
b218a9c49c
1 changed files with 2 additions and 2 deletions
|
@ -8575,14 +8575,14 @@ (define-public r-timeseries
|
|||
(define-public r-tsp
|
||||
(package
|
||||
(name "r-tsp")
|
||||
(version "1.2-3")
|
||||
(version "1.2-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "TSP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ck6rzlvlc7w9alyqqvy1kwzawn8w3jnc7ml3pmhg75ppkf3ryvx"))))
|
||||
"1263ay3dar2mzm89nf31gl7n8d983qjiy4qwz7sgv8vwkbz0pg9h"))))
|
||||
(properties `((upstream-name . "TSP")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-foreach))
|
||||
|
|
Loading…
Reference in a new issue