mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +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:
@@ -22662,14 +22662,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.6")
|
(version "1.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TSP" version))
|
(uri (cran-uri "TSP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"158g2kplbzfnhy07fa733p9ydjy29gzd8mnxzfmx8yvfmqg7l7bd"))))
|
"0wsz2cdb8adsjxc1jwq5bpv0qbwlxjh9zy9ny7yjq7a1i2a9r4j9"))))
|
||||||
(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 New Issue
Block a user