guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/212: gnu: r-torch: Update to 0.9.1.


From: guix-commits
Subject: 10/212: gnu: r-torch: Update to 0.9.1.
Date: Sat, 18 Feb 2023 14:00:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2b9cb13796d953764800f349a5ed3775c22629c6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 00:03:53 2023 +0100

    gnu: r-torch: Update to 0.9.1.
    
    * gnu/packages/cran.scm (r-torch): Update to 0.9.1.
    [propagated-inputs]: Add r-glue.
---
 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 79c2c474b8..52af3c7b63 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26179,13 +26179,13 @@ Visualizations are also available for most of these 
settings.")
 (define-public r-torch
   (package
     (name "r-torch")
-    (version "0.9.0")
+    (version "0.9.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "torch" version))
        (sha256
-        (base32 "1iylnz0hsi00q7hngi2h24kg3nvjjg10z6iarqhp3wylsasgjs1f"))))
+        (base32 "03qbdws6j5v2vmdgdnwfd0248s2qirnxpm9v4302vqlq3c0i83c2"))))
     (properties `((upstream-name . "torch")))
     (build-system r-build-system)
     (arguments
@@ -26217,6 +26217,7 @@ Visualizations are also available for most of these 
settings.")
            r-cli
            r-coro
            r-ellipsis
+           r-glue
            r-magrittr
            r-r6
            r-rcpp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]