gnu: r-tensorflow: Update to 2.6.0.

* gnu/packages/cran.scm (r-tensorflow): Update to 2.6.0.
[propagated-inputs]: Remove r-jsonlite; add r-tfautograph.
This commit is contained in:
Ricardo Wurmus 2021-08-22 17:53:34 +02:00
parent ed7d8e74e4
commit 33317ba722
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -30285,23 +30285,23 @@ (define-public r-tfautograph
(define-public r-tensorflow
(package
(name "r-tensorflow")
(version "2.5.0")
(version "2.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tensorflow" version))
(sha256
(base32
"00g9w4xmdyjl4578kmhng58k7afjkj2vwgcq2ik8rqwljkcz5pph"))))
"1lkzxc3b5gkcg4hwqr57cysplcba6ff44qz8lbvk19kxnrhjaf9g"))))
(properties `((upstream-name . "tensorflow")))
(build-system r-build-system)
(inputs `(("tensorflow" ,tensorflow)))
(propagated-inputs
`(("r-config" ,r-config)
("r-jsonlite" ,r-jsonlite)
("r-processx" ,r-processx)
("r-reticulate" ,r-reticulate)
("r-rstudioapi" ,r-rstudioapi)
("r-tfautograph" ,r-tfautograph)
("r-tfruns" ,r-tfruns)
("r-yaml" ,r-yaml)))
(home-page "https://github.com/rstudio/tensorflow")