mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-tsp: Update to 1.2-5.
* gnu/packages/cran.scm (r-tsp): Update to 1.2-5. Change-Id: I894b04624a1257cf999c728f33e9d24f8121faf2
This commit is contained in:
parent
df0b68e70e
commit
d8498b88b7
1 changed files with 2 additions and 2 deletions
|
@ -19892,14 +19892,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-4")
|
(version "1.2-5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TSP" version))
|
(uri (cran-uri "TSP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1263ay3dar2mzm89nf31gl7n8d983qjiy4qwz7sgv8vwkbz0pg9h"))))
|
"082cmbv943bb8ibpfvczjvkv1s9k6dzj4619b64d8sni2hawlldb"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue