[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/39: gnu: r-torch: Update to 0.10.0.
From: |
guix-commits |
Subject: |
05/39: gnu: r-torch: Update to 0.10.0. |
Date: |
Mon, 17 Apr 2023 05:12:22 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 0ef30039bb4459ea0b0e7f4e9742178a37f1d7c8
Author: Ricardo Wurmus <rekado@elephly.net>
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
- branch master updated (b2bc0ecb29 -> 83fb491e44), guix-commits, 2023/04/17
- 03/39: gnu: liblantern: Update to 0.10.0., guix-commits, 2023/04/17
- 05/39: gnu: r-torch: Update to 0.10.0.,
guix-commits <=
- 06/39: gnu: r-v8: Update to 4.3.0., guix-commits, 2023/04/17
- 07/39: gnu: r-zoo: Update to 1.8-12., guix-commits, 2023/04/17
- 04/39: gnu: python-pytorch-for-r-torch: Update to 1.13.1., guix-commits, 2023/04/17
- 01/39: gnu: Add r-writexls., guix-commits, 2023/04/17
- 08/39: gnu: r-partykit: Update to 1.2-20., guix-commits, 2023/04/17
- 02/39: gnu: cpuinfo: Update to 0.0-2.53298db., guix-commits, 2023/04/17
- 09/39: gnu: r-jomo: Update to 2.7-6., guix-commits, 2023/04/17
- 11/39: gnu: r-renv: Update to 0.17.3., guix-commits, 2023/04/17
- 12/39: gnu: r-labelled: Update to 2.11.0., guix-commits, 2023/04/17
- 13/39: gnu: r-ggformula: Update to 0.10.4., guix-commits, 2023/04/17