1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: r-tsp: Update to 1.2.7.

* gnu/packages/cran.scm (r-tsp): Update to 1.2.7.

Change-Id: I4f4f8e1cb02b149d201ad510c208f9b8dd0a446f
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:08 +01:00
parent 1a125b635a
commit 84c5f90cf3

View File

@@ -22662,14 +22662,14 @@ operations and statistical functions are provided.")
(define-public r-tsp
(package
(name "r-tsp")
(version "1.2.6")
(version "1.2.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "TSP" version))
(sha256
(base32
"158g2kplbzfnhy07fa733p9ydjy29gzd8mnxzfmx8yvfmqg7l7bd"))))
"0wsz2cdb8adsjxc1jwq5bpv0qbwlxjh9zy9ny7yjq7a1i2a9r4j9"))))
(properties `((upstream-name . "TSP")))
(build-system r-build-system)
(propagated-inputs (list r-foreach))