guix-commits
[Top][All Lists]
Advanced

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

32/51: gnu: r-torch: Update to 0.8.0.


From: guix-commits
Subject: 32/51: gnu: r-torch: Update to 0.8.0.
Date: Mon, 13 Jun 2022 09:26:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ea5377a641d566d7e07af0ffb95ff3dca8db7cdc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:21:58 2022 +0200

    gnu: r-torch: Update to 0.8.0.
    
    * gnu/packages/cran.scm (r-torch): Update to 0.8.0.
---
 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 e4420dc693..cce88a2962 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23597,13 +23597,13 @@ Visualizations are also available for most of these 
settings.")
 (define-public r-torch
   (package
     (name "r-torch")
-    (version "0.7.2")
+    (version "0.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "torch" version))
        (sha256
-        (base32 "163pvl3gyz7l2fmqhgg4k6pw4dmvfir71yp9l5ra2k4zc32lz166"))))
+        (base32 "0n2rmv2mwfp4y002x46fd278kssmhi54zcyj37558k4r1kazzfxp"))))
     (properties `((upstream-name . "torch")))
     (build-system r-build-system)
     (arguments



reply via email to

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