diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-03-15 14:28:41 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-03-15 22:14:44 +0100 |
commit | 37d4f83a2c359e27a339108c23b3968d12cc44a1 (patch) | |
tree | 99e1ea000963e797fba7a7b950110f2c4f94d2df | |
parent | e8104d1d63f908cb259016e21f84504b76b0ffc9 (diff) | |
download | guix-37d4f83a2c359e27a339108c23b3968d12cc44a1.tar.gz |
gnu: r-torch: Update to 0.7.2.
* gnu/packages/cran.scm (r-torch): Update to 0.7.2.
-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 2c559fffc2..6aa7d58dc4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -23067,13 +23067,13 @@ Visualizations are also available for most of these settings.") (define-public r-torch (package (name "r-torch") - (version "0.7.0") + (version "0.7.2") (source (origin (method url-fetch) (uri (cran-uri "torch" version)) (sha256 - (base32 "10my6mmzh5z4vamrrlvkwmli2qap975v71fkjnccxl99isb9n66k")))) + (base32 "163pvl3gyz7l2fmqhgg4k6pw4dmvfir71yp9l5ra2k4zc32lz166")))) (properties `((upstream-name . "torch"))) (build-system r-build-system) (arguments |