gnu: r-pdftools: Update to 3.3.3.

* gnu/packages/cran.scm (r-pdftools): Update to 3.3.3.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:58 +01:00
parent 0c50826e34
commit 51fadbe913
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -34035,14 +34035,14 @@ parallel programming style, which is intended for batch parallel execution.")
(define-public r-pdftools
(package
(name "r-pdftools")
(version "3.3.2")
(version "3.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "pdftools" version))
(sha256
(base32
"012s98ghj3mk0adghbx2nyrwnja0707ym13nhjpjwj4xd7bll7s5"))))
"174hsmdpykgxkgbif562lsnrlsybhjbjh4r7w9pc5hss42jxzh7z"))))
(properties `((upstream-name . "pdftools")))
(build-system r-build-system)
(inputs (list zlib poppler))