gnu: r-qpdf: Update to 1.3.2.
* gnu/packages/cran.scm (r-qpdf): Update to 1.3.2.master
parent
4def53a3fc
commit
f4a0f04cc3
|
@ -35096,14 +35096,14 @@ as a data frame. It also supports writing data frames to an ODS file.")
|
||||||
(define-public r-qpdf
|
(define-public r-qpdf
|
||||||
(package
|
(package
|
||||||
(name "r-qpdf")
|
(name "r-qpdf")
|
||||||
(version "1.3.0")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "qpdf" version))
|
(uri (cran-uri "qpdf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x2n9b4avnm0p1cz6i90a3p6qjpwr68g4v0xa8d1rr3gbgqfraf8"))
|
"0xp9x11jpih59s0skfswi5chmv1p8zhz4f66w0nxfx4jhyj0bjfr"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue