mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-tsp: Update to 1.2-1.
* gnu/packages/cran.scm (r-tsp): Update to 1.2-1.
This commit is contained in:
parent
a00797d332
commit
fbb11572ff
1 changed files with 2 additions and 2 deletions
|
@ -6593,14 +6593,14 @@ (define-public r-processx
|
|||
(define-public r-tsp
|
||||
(package
|
||||
(name "r-tsp")
|
||||
(version "1.2-0")
|
||||
(version "1.2-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "TSP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"022k0972kcxb0w6qhx09l9cif8fmpkpvwddvgxiy60bx343ywzia"))))
|
||||
"1pa6pb4qrh2iybpjzjiny6hshj0shjdm0pxqnidcrg5hyfzzxd9b"))))
|
||||
(properties `((upstream-name . "TSP")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-foreach))
|
||||
|
|
Loading…
Reference in a new issue