mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: r-pdftools: Update to 3.3.3.
* gnu/packages/cran.scm (r-pdftools): Update to 3.3.3.
This commit is contained in:
parent
0c50826e34
commit
51fadbe913
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue