me
/
guix
Archived
1
0
Fork 0

gnu: r-torch: Update to 0.11.0.

* gnu/packages/cran.scm (r-torch): Update to 0.11.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -28499,13 +28499,13 @@ Visualizations are also available for most of these settings.")
(define-public r-torch
(package
(name "r-torch")
(version "0.10.0")
(version "0.11.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "torch" version))
(sha256
(base32 "1ydazl7v10vm69573y871rq1dvbgdvlvhcs6di7xw7i4z4kg2gxm"))))
(base32 "04hvr3f4rgnxxc42fiv58kpyld4aagj6ambhw769v3bfz7s2v879"))))
(properties `((upstream-name . "torch")))
(build-system r-build-system)
(arguments