guix-commits
[Top][All Lists]
Advanced

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

08/214: gnu: r-torch: Update to 0.8.1.


From: guix-commits
Subject: 08/214: gnu: r-torch: Update to 0.8.1.
Date: Tue, 20 Sep 2022 11:06:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 921ac834dbfa01cb8005961e4ede7d4457a26761
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 19 21:59:06 2022 +0200

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



reply via email to

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