me
/
guix
Archived
1
0
Fork 0

gnu: r-torch: Update to 0.7.2.

* gnu/packages/cran.scm (r-torch): Update to 0.7.2.
Ricardo Wurmus 2022-03-15 14:28:41 +01:00
parent e8104d1d63
commit 37d4f83a2c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -23067,13 +23067,13 @@ Visualizations are also available for most of these settings.")
(define-public r-torch
(package
(name "r-torch")
(version "0.7.0")
(version "0.7.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "torch" version))
(sha256
(base32 "10my6mmzh5z4vamrrlvkwmli2qap975v71fkjnccxl99isb9n66k"))))
(base32 "163pvl3gyz7l2fmqhgg4k6pw4dmvfir71yp9l5ra2k4zc32lz166"))))
(properties `((upstream-name . "torch")))
(build-system r-build-system)
(arguments