gnu: r-tsp: Update to 1.2-2.
* gnu/packages/cran.scm (r-tsp): Update to 1.2-2.
This commit is contained in:
parent
7aaacd3f31
commit
1113985a77
1 changed files with 2 additions and 2 deletions
|
@ -7821,14 +7821,14 @@ operations and statistical functions are provided.")
|
||||||
(define-public r-tsp
|
(define-public r-tsp
|
||||||
(package
|
(package
|
||||||
(name "r-tsp")
|
(name "r-tsp")
|
||||||
(version "1.2-1")
|
(version "1.2-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TSP" version))
|
(uri (cran-uri "TSP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pa6pb4qrh2iybpjzjiny6hshj0shjdm0pxqnidcrg5hyfzzxd9b"))))
|
"08x6kb5nlajlbndzf7mn59gfg0xv6m0pql6jm76g037w4f7qlpca"))))
|
||||||
(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 a new issue