me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-tsp): Update to 1.2-4.
master
Ricardo Wurmus 2023-04-06 17:32:36 +02:00 committed by Maxim Cournoyer
parent 5c609766bd
commit c52ec246e9
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -8575,14 +8575,14 @@ operations and statistical functions are provided.")
(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))