diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-08-10 12:20:00 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-08-10 15:44:22 +0200 |
commit | fbb11572ff9a377cc8c920f50380baa6a1e4a306 (patch) | |
tree | 51cf22fea6a1033383b5ca2e5d6731d1e9a2d506 /gnu | |
parent | a00797d332396df5d9a4aac674e8d74a12376b2d (diff) |
gnu: r-tsp: Update to 1.2-1.
* gnu/packages/cran.scm (r-tsp): Update to 1.2-1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 39445a93c2..43d07e3b6e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6593,14 +6593,14 @@ timeout. It can also poll several processes at once.") (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)) |