gnu: r-tsp: Update to 1.2-1.
* gnu/packages/cran.scm (r-tsp): Update to 1.2-1.
parent
a00797d332
commit
fbb11572ff
|
@ -6593,14 +6593,14 @@ timeout. It can also poll several processes at once.")
|
||||||
(define-public r-tsp
|
(define-public r-tsp
|
||||||
(package
|
(package
|
||||||
(name "r-tsp")
|
(name "r-tsp")
|
||||||
(version "1.2-0")
|
(version "1.2-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TSP" version))
|
(uri (cran-uri "TSP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"022k0972kcxb0w6qhx09l9cif8fmpkpvwddvgxiy60bx343ywzia"))))
|
"1pa6pb4qrh2iybpjzjiny6hshj0shjdm0pxqnidcrg5hyfzzxd9b"))))
|
||||||
(properties `((upstream-name . "TSP")))
|
(properties `((upstream-name . "TSP")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-foreach))
|
(propagated-inputs (list r-foreach))
|
||||||
|
|
Reference in New Issue