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