me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-tsp): Update to 1.2-1.
Ricardo Wurmus 2022-08-10 12:20:00 +02:00
parent a00797d332
commit fbb11572ff
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6593,14 +6593,14 @@ timeout. It can also poll several processes at once.")
(define-public r-tsp (define-public r-tsp
(package (package
(name "r-tsp") (name "r-tsp")
(version "1.2-0") (version "1.2-1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "TSP" version)) (uri (cran-uri "TSP" version))
(sha256 (sha256
(base32 (base32
"022k0972kcxb0w6qhx09l9cif8fmpkpvwddvgxiy60bx343ywzia")))) "1pa6pb4qrh2iybpjzjiny6hshj0shjdm0pxqnidcrg5hyfzzxd9b"))))
(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))