gnu: r-torch: Update to 0.9.0.
* gnu/packages/cran.scm (r-torch): Update to 0.9.0.
This commit is contained in:
parent
2766235f30
commit
20d86e2819
1 changed files with 2 additions and 2 deletions
|
@ -24767,13 +24767,13 @@ Visualizations are also available for most of these settings.")
|
||||||
(define-public r-torch
|
(define-public r-torch
|
||||||
(package
|
(package
|
||||||
(name "r-torch")
|
(name "r-torch")
|
||||||
(version "0.8.1")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "torch" version))
|
(uri (cran-uri "torch" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dncf5njdzw1hf98knlv94rxcxnc5gl3cmk2cvlbn1z8mri86rlc"))))
|
(base32 "1iylnz0hsi00q7hngi2h24kg3nvjjg10z6iarqhp3wylsasgjs1f"))))
|
||||||
(properties `((upstream-name . "torch")))
|
(properties `((upstream-name . "torch")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue