gnu: r-torch: Update to 0.16.3.

* gnu/packages/cran.scm (r-torch): Update to 0.16.3.

Change-Id: I548e3c2e1b8c24fa4ee7e293966a0f27094e4c09
This commit is contained in:
Ricardo Wurmus 2025-11-07 18:15:18 +01:00
parent 2fcc6d6b2e
commit 59e8d1eb0c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -43074,13 +43074,13 @@ It also provides a small number of bug fixes to the original code.")
(define-public r-torch
(package
(name "r-torch")
(version "0.14.2")
(version "0.16.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "torch" version))
(sha256
(base32 "1j0wgxr25h91c7x48svmgd0pbjl2ljn8rv6rsgw5a56vdgr992nb"))))
(base32 "0gqjg9qhsrwh5cvdlk6lyqp2j1d3kr49im3m2ja4c3wkjpk9swhv"))))
(properties
'((upstream-name . "torch")
(updater-ignored-native-inputs . ("r-aten"))
@ -43107,8 +43107,7 @@ It also provides a small number of bug fixes to the original code.")
inputs "/lib/liblantern.so")
(string-append deps "/liblantern.so")))))))))
(inputs
(list python-pytorch-for-r-torch
liblantern))
(list liblantern python-pytorch-for-r-torch))
(propagated-inputs
(list r-bit64
r-callr