gnu: r-readxl: Update to 1.4.3.

* gnu/packages/cran.scm (r-readxl): Update to 1.4.3.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:20 +02:00
parent be7139e592
commit a71b693379
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3283,14 +3283,14 @@ (define-public r-depmixs4
(define-public r-readxl
(package
(name "r-readxl")
(version "1.4.2")
(version "1.4.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "readxl" version))
(sha256
(base32
"04dsia2sx958ybw1ga8ccqmqih9cv7q340pcc54cl3dyqpi08wrq"))))
"0j2rkb012h0kvcm8n3817lgfir52dvmkwaxn7mij71gbxz6vpzky"))))
(build-system r-build-system)
(propagated-inputs
(list r-cellranger r-cpp11 r-progress r-tibble))