mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-torch: Update to 0.9.1.
* gnu/packages/cran.scm (r-torch): Update to 0.9.1. [propagated-inputs]: Add r-glue.
This commit is contained in:
parent
344f448d1d
commit
2b9cb13796
1 changed files with 3 additions and 2 deletions
|
@ -26179,13 +26179,13 @@ (define-public r-tolerance
|
||||||
(define-public r-torch
|
(define-public r-torch
|
||||||
(package
|
(package
|
||||||
(name "r-torch")
|
(name "r-torch")
|
||||||
(version "0.9.0")
|
(version "0.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "torch" version))
|
(uri (cran-uri "torch" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iylnz0hsi00q7hngi2h24kg3nvjjg10z6iarqhp3wylsasgjs1f"))))
|
(base32 "03qbdws6j5v2vmdgdnwfd0248s2qirnxpm9v4302vqlq3c0i83c2"))))
|
||||||
(properties `((upstream-name . "torch")))
|
(properties `((upstream-name . "torch")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -26217,6 +26217,7 @@ (define-public r-torch
|
||||||
r-cli
|
r-cli
|
||||||
r-coro
|
r-coro
|
||||||
r-ellipsis
|
r-ellipsis
|
||||||
|
r-glue
|
||||||
r-magrittr
|
r-magrittr
|
||||||
r-r6
|
r-r6
|
||||||
r-rcpp
|
r-rcpp
|
||||||
|
|
Loading…
Reference in a new issue