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

* gnu/packages/cran.scm (r-tsp): Update to 1.2-1.
This commit is contained in:
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

View file

@ -6593,14 +6593,14 @@ (define-public r-processx
(define-public r-tsp
(package
(name "r-tsp")
(version "1.2-0")
(version "1.2-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "TSP" version))
(sha256
(base32
"022k0972kcxb0w6qhx09l9cif8fmpkpvwddvgxiy60bx343ywzia"))))
"1pa6pb4qrh2iybpjzjiny6hshj0shjdm0pxqnidcrg5hyfzzxd9b"))))
(properties `((upstream-name . "TSP")))
(build-system r-build-system)
(propagated-inputs (list r-foreach))