1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 17:10:37 +02:00

gnu: r-tsp: Update to 1.2.6.

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

Change-Id: I854578c2c71b75d1b21e47d4ebaec3335d676e6e
This commit is contained in:
Ricardo Wurmus
2025-11-28 15:11:26 +01:00
parent 3749ffe16e
commit 0e41a338cb

View File

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