Archived
1
0
Fork 0

gnu: r-torch: Update to 0.13.0.

* gnu/packages/cran.scm (r-torch): Update to 0.13.0.

Change-Id: I3ee17392fdda83d9fe55906a101baae56be9d751
This commit is contained in:
Ricardo Wurmus 2024-07-02 11:49:29 +02:00
parent 5e48571f8c
commit 14f08c03ea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -31329,13 +31329,13 @@ It also provides a small number of bug fixes to the original code.")
(define-public r-torch
(package
(name "r-torch")
(version "0.12.0")
(version "0.13.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "torch" version))
(sha256
(base32 "024c8szg3xa2zrl5406jx3bmazbjwp2f07ja7m61ja0dr3z7lvbq"))))
(base32 "1vy855ahji98np2q5j5fag2zcnv4ki5mysxwg3y5kdns6mifd5ns"))))
(properties `((upstream-name . "torch")))
(build-system r-build-system)
(arguments