3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Ricardo Wurmus 2023-02-18 00:03:53 +01:00
parent 344f448d1d
commit 2b9cb13796
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26179,13 +26179,13 @@ Visualizations are also available for most of these settings.")
(define-public r-torch
(package
(name "r-torch")
(version "0.9.0")
(version "0.9.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "torch" version))
(sha256
(base32 "1iylnz0hsi00q7hngi2h24kg3nvjjg10z6iarqhp3wylsasgjs1f"))))
(base32 "03qbdws6j5v2vmdgdnwfd0248s2qirnxpm9v4302vqlq3c0i83c2"))))
(properties `((upstream-name . "torch")))
(build-system r-build-system)
(arguments
@ -26217,6 +26217,7 @@ Visualizations are also available for most of these settings.")
r-cli
r-coro
r-ellipsis
r-glue
r-magrittr
r-r6
r-rcpp