mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: r-torch: Update to 0.11.0.
* gnu/packages/cran.scm (r-torch): Update to 0.11.0.
This commit is contained in:
parent
9503d885a8
commit
b12240ae55
1 changed files with 2 additions and 2 deletions
|
@ -28499,13 +28499,13 @@ (define-public r-tolerance
|
||||||
(define-public r-torch
|
(define-public r-torch
|
||||||
(package
|
(package
|
||||||
(name "r-torch")
|
(name "r-torch")
|
||||||
(version "0.10.0")
|
(version "0.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "torch" version))
|
(uri (cran-uri "torch" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ydazl7v10vm69573y871rq1dvbgdvlvhcs6di7xw7i4z4kg2gxm"))))
|
(base32 "04hvr3f4rgnxxc42fiv58kpyld4aagj6ambhw769v3bfz7s2v879"))))
|
||||||
(properties `((upstream-name . "torch")))
|
(properties `((upstream-name . "torch")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue