gnu: r-tsp: Update to 1.2-3.

* gnu/packages/cran.scm (r-tsp): Update to 1.2-3.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:22 +01:00
parent 57fdd59015
commit acbd48f3ad
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -8267,14 +8267,14 @@ operations and statistical functions are provided.")
(define-public r-tsp
(package
(name "r-tsp")
(version "1.2-2")
(version "1.2-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "TSP" version))
(sha256
(base32
"08x6kb5nlajlbndzf7mn59gfg0xv6m0pql6jm76g037w4f7qlpca"))))
"1ck6rzlvlc7w9alyqqvy1kwzawn8w3jnc7ml3pmhg75ppkf3ryvx"))))
(properties `((upstream-name . "TSP")))
(build-system r-build-system)
(propagated-inputs (list r-foreach))