diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 941287682e..e56db0b9dc 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -23038,13 +23038,13 @@ Visualizations are also available for most of these settings.") (define-public r-torch (package (name "r-torch") - (version "0.6.0") + (version "0.7.0") (source (origin (method url-fetch) (uri (cran-uri "torch" version)) (sha256 - (base32 "05vxb84qxna1rpzqhjw6gwyc569zyz7rfbdkahglvihqjjwabc4x")))) + (base32 "10my6mmzh5z4vamrrlvkwmli2qap975v71fkjnccxl99isb9n66k")))) (properties `((upstream-name . "torch"))) (build-system r-build-system) (arguments