Archived
1
0
Fork 0

gnu: r-torch: Update to 0.8.0.

* gnu/packages/cran.scm (r-torch): Update to 0.8.0.
This commit is contained in:
Ricardo Wurmus 2022-06-13 14:21:58 +02:00
parent e0a7f404eb
commit ea5377a641
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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