gnu: r-torch: Update to 0.8.0.
* gnu/packages/cran.scm (r-torch): Update to 0.8.0.
This commit is contained in:
parent
e0a7f404eb
commit
ea5377a641
1 changed files with 2 additions and 2 deletions
|
@ -23597,13 +23597,13 @@ (define-public r-tolerance
|
|||
(define-public r-torch
|
||||
(package
|
||||
(name "r-torch")
|
||||
(version "0.7.2")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "torch" version))
|
||||
(sha256
|
||||
(base32 "163pvl3gyz7l2fmqhgg4k6pw4dmvfir71yp9l5ra2k4zc32lz166"))))
|
||||
(base32 "0n2rmv2mwfp4y002x46fd278kssmhi54zcyj37558k4r1kazzfxp"))))
|
||||
(properties `((upstream-name . "torch")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue