diff options
Diffstat (limited to 'gnu/packages/cran.scm')
| -rw-r--r-- | gnu/packages/cran.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index d9d98e7ccfd..1fd9a4131ee 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -43074,13 +43074,13 @@ It also provides a small number of bug fixes to the original code.") | |||
| 43074 | (define-public r-torch | 43074 | (define-public r-torch |
| 43075 | (package | 43075 | (package |
| 43076 | (name "r-torch") | 43076 | (name "r-torch") |
| 43077 | (version "0.14.2") | 43077 | (version "0.16.3") |
| 43078 | (source | 43078 | (source |
| 43079 | (origin | 43079 | (origin |
| 43080 | (method url-fetch) | 43080 | (method url-fetch) |
| 43081 | (uri (cran-uri "torch" version)) | 43081 | (uri (cran-uri "torch" version)) |
| 43082 | (sha256 | 43082 | (sha256 |
| 43083 | (base32 "1j0wgxr25h91c7x48svmgd0pbjl2ljn8rv6rsgw5a56vdgr992nb")))) | 43083 | (base32 "0gqjg9qhsrwh5cvdlk6lyqp2j1d3kr49im3m2ja4c3wkjpk9swhv")))) |
| 43084 | (properties | 43084 | (properties |
| 43085 | '((upstream-name . "torch") | 43085 | '((upstream-name . "torch") |
| 43086 | (updater-ignored-native-inputs . ("r-aten")) | 43086 | (updater-ignored-native-inputs . ("r-aten")) |
| @@ -43107,8 +43107,7 @@ It also provides a small number of bug fixes to the original code.") | |||
| 43107 | inputs "/lib/liblantern.so") | 43107 | inputs "/lib/liblantern.so") |
| 43108 | (string-append deps "/liblantern.so"))))))))) | 43108 | (string-append deps "/liblantern.so"))))))))) |
| 43109 | (inputs | 43109 | (inputs |
| 43110 | (list python-pytorch-for-r-torch | 43110 | (list liblantern python-pytorch-for-r-torch)) |
| 43111 | liblantern)) | ||
| 43112 | (propagated-inputs | 43111 | (propagated-inputs |
| 43113 | (list r-bit64 | 43112 | (list r-bit64 |
| 43114 | r-callr | 43113 | r-callr |
