diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-17 11:09:45 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-17 11:11:15 +0200 |
commit | 0ef30039bb4459ea0b0e7f4e9742178a37f1d7c8 (patch) | |
tree | fe3d67b34388055f506eb431755c97fcbc710d0b /gnu | |
parent | 7b3c9cbb52b00b66c1299c76ecc507514da84ac9 (diff) |
gnu: r-torch: Update to 0.10.0.
* gnu/packages/cran.scm (r-torch): Update to 0.10.0.
[propagated-inputs]: Add r-desc.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 46b046c83b..540ae61894 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -27812,13 +27812,13 @@ Visualizations are also available for most of these settings.") (define-public r-torch (package (name "r-torch") - (version "0.9.1") + (version "0.10.0") (source (origin (method url-fetch) (uri (cran-uri "torch" version)) (sha256 - (base32 "03qbdws6j5v2vmdgdnwfd0248s2qirnxpm9v4302vqlq3c0i83c2")))) + (base32 "1ydazl7v10vm69573y871rq1dvbgdvlvhcs6di7xw7i4z4kg2gxm")))) (properties `((upstream-name . "torch"))) (build-system r-build-system) (arguments @@ -27849,6 +27849,7 @@ Visualizations are also available for most of these settings.") r-callr r-cli r-coro + r-desc r-ellipsis r-glue r-magrittr |