gnu: r-tensorflow: Update to 2.11.0.

* gnu/packages/cran.scm (r-tensorflow): Update to 2.11.0.
This commit is contained in:
Ricardo Wurmus 2023-01-02 15:00:13 +01:00
parent d715d7fc2d
commit 6f1dcea25a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -34598,14 +34598,14 @@ (define-public r-tfautograph
(define-public r-tensorflow
(package
(name "r-tensorflow")
(version "2.9.0")
(version "2.11.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tensorflow" version))
(sha256
(base32
"12c6ndxx4g6fqjakpzp9pgl29ghswhqyr6q9jahpk0cawizh2znj"))))
"1nqb3vgsw1xrpi1skw6yqwgdri3i8d9np0jylzfj7plizx63z64b"))))
(properties `((upstream-name . "tensorflow")))
(build-system r-build-system)
(inputs (list tensorflow))