mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-pdftools: Update to 3.2.1.
* gnu/packages/cran.scm (r-pdftools): Update to 3.2.1.
This commit is contained in:
parent
25a47c6172
commit
1316ceb124
1 changed files with 2 additions and 2 deletions
|
@ -30790,14 +30790,14 @@ (define-public r-qpdf
|
|||
(define-public r-pdftools
|
||||
(package
|
||||
(name "r-pdftools")
|
||||
(version "3.1.1")
|
||||
(version "3.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pdftools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lflqf2ypdm4w033vyjykmsy8cl34sp42fzkfgfdhvl2d0xjhl96"))))
|
||||
"1b9ppdndvlf8nl0i3xy1rx4f9j0j8ic6q9n0c4zn3rv6jdy8zqfi"))))
|
||||
(properties `((upstream-name . "pdftools")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib poppler))
|
||||
|
|
Loading…
Reference in a new issue