rekado pushed a commit to branch master
in repository guix.

commit 14f08c03ea414a9dc7c8b23831c0e75c088850da
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Jul 2 11:49:29 2024 +0200

    gnu: r-torch: Update to 0.13.0.
    
    * gnu/packages/cran.scm (r-torch): Update to 0.13.0.
    
    Change-Id: I3ee17392fdda83d9fe55906a101baae56be9d751
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ac4a4750f3..f7bec9f159 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31329,13 +31329,13 @@ It also provides a small number of bug fixes to the 
original code.")
 (define-public r-torch
   (package
     (name "r-torch")
-    (version "0.12.0")
+    (version "0.13.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "torch" version))
        (sha256
-        (base32 "024c8szg3xa2zrl5406jx3bmazbjwp2f07ja7m61ja0dr3z7lvbq"))))
+        (base32 "1vy855ahji98np2q5j5fag2zcnv4ki5mysxwg3y5kdns6mifd5ns"))))
     (properties `((upstream-name . "torch")))
     (build-system r-build-system)
     (arguments

Reply via email to