rekado pushed a commit to branch master
in repository guix.
commit 0ef30039bb4459ea0b0e7f4e9742178a37f1d7c8
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Apr 17 11:09:45 2023 +0200
gnu: r-torch: Update to 0.10.0.
* gnu/packages/cran.scm (r-torch): Update to 0.10.0.
[propagated-inputs]: Add r-desc.
---
gnu/packages/cran.scm | 5 +++--
1 file 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