mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: r-tsp: Update to 1.1-11.
* gnu/packages/cran.scm (r-tsp): Update to 1.1-11.
This commit is contained in:
parent
ca7c2ff373
commit
8293cd4cce
1 changed files with 2 additions and 2 deletions
|
@ -5753,14 +5753,14 @@ (define-public r-processx
|
||||||
(define-public r-tsp
|
(define-public r-tsp
|
||||||
(package
|
(package
|
||||||
(name "r-tsp")
|
(name "r-tsp")
|
||||||
(version "1.1-10")
|
(version "1.1-11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TSP" version))
|
(uri (cran-uri "TSP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z1v6m0vqjzxc4az3zyjaayygx0jr3mdmc56jjd421iqh0b9z5s4"))))
|
"0gdwxbj2gria7jhsswmfvc32r43sdd63z3lyy21gbvmfcakvb8j9"))))
|
||||||
(properties `((upstream-name . "TSP")))
|
(properties `((upstream-name . "TSP")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-foreach" ,r-foreach)))
|
(propagated-inputs `(("r-foreach" ,r-foreach)))
|
||||||
|
|
Loading…
Reference in a new issue