me
/
guix
Archived
1
0
Fork 0

gnu: r-tsp: Update to 1.2-2.

* gnu/packages/cran.scm (r-tsp): Update to 1.2-2.
master
Ricardo Wurmus 2023-02-18 16:08:19 +01:00
parent 7aaacd3f31
commit 1113985a77
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7821,14 +7821,14 @@ operations and statistical functions are provided.")
(define-public r-tsp
(package
(name "r-tsp")
(version "1.2-1")
(version "1.2-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "TSP" version))
(sha256
(base32
"1pa6pb4qrh2iybpjzjiny6hshj0shjdm0pxqnidcrg5hyfzzxd9b"))))
"08x6kb5nlajlbndzf7mn59gfg0xv6m0pql6jm76g037w4f7qlpca"))))
(properties `((upstream-name . "TSP")))
(build-system r-build-system)
(propagated-inputs (list r-foreach))