1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: r-pdftools: Update to 3.3.2.

* gnu/packages/cran.scm (r-pdftools): Update to 3.3.2.
This commit is contained in:
Ricardo Wurmus
2022-11-04 09:58:59 +01:00
parent d8f57dec1e
commit b50d14784e
+2 -2
View File
@@ -32347,14 +32347,14 @@ parallel programming style, which is intended for batch parallel execution.")
(define-public r-pdftools
(package
(name "r-pdftools")
(version "3.3.0")
(version "3.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "pdftools" version))
(sha256
(base32
"151f7vaznxigwka4qhp17v4gnahm245rfgcvb8j132vix7md44q9"))))
"012s98ghj3mk0adghbx2nyrwnja0707ym13nhjpjwj4xd7bll7s5"))))
(properties `((upstream-name . "pdftools")))
(build-system r-build-system)
(inputs (list zlib poppler))