gnu: r-torch: Update to 0.11.0.

* gnu/packages/cran.scm (r-torch): Update to 0.11.0.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:28 +02:00
parent 9503d885a8
commit b12240ae55
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -28499,13 +28499,13 @@ (define-public r-tolerance
(define-public r-torch (define-public r-torch
(package (package
(name "r-torch") (name "r-torch")
(version "0.10.0") (version "0.11.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "torch" version)) (uri (cran-uri "torch" version))
(sha256 (sha256
(base32 "1ydazl7v10vm69573y871rq1dvbgdvlvhcs6di7xw7i4z4kg2gxm")))) (base32 "04hvr3f4rgnxxc42fiv58kpyld4aagj6ambhw769v3bfz7s2v879"))))
(properties `((upstream-name . "torch"))) (properties `((upstream-name . "torch")))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments