me
/
guix
Archived
1
0
Fork 0

gnu: r-torch: Update to 0.8.1.

* gnu/packages/cran.scm (r-torch): Update to 0.8.1.
master
Ricardo Wurmus 2022-09-19 21:59:06 +02:00
parent 8e321254c0
commit 921ac834db
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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