mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-tensorflow: Update to 2.16.0.
* gnu/packages/cran.scm (r-tensorflow): Update to 2.16.0. Change-Id: I6f356117eaa78961a8ea6689b08a8dae1778de03
This commit is contained in:
parent
0756a2fb0d
commit
5b0bc82f36
1 changed files with 2 additions and 2 deletions
|
@ -39883,14 +39883,14 @@ (define-public r-tfautograph
|
|||
(define-public r-tensorflow
|
||||
(package
|
||||
(name "r-tensorflow")
|
||||
(version "2.15.0")
|
||||
(version "2.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tensorflow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16650x0skqi4nyd2zmgdfj574gnw98k00d13rap7n95cv7sv9abw"))))
|
||||
"113ikbg2k56zigxwgxy242vxpikxkfkv150wn21zyfn9885wgbzm"))))
|
||||
(properties `((upstream-name . "tensorflow")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue