mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-qpdf: Update to 1.3.3.
* gnu/packages/cran.scm (r-qpdf): Update to 1.3.3. [properties]: Tell updater to add qpdf as an extra input. Change-Id: Ife0ac414114df6bfe38d1ecae0544ecad75d6e94
This commit is contained in:
parent
e9a547d2c5
commit
7d1e5ca989
1 changed files with 5 additions and 3 deletions
|
@ -38611,21 +38611,23 @@ (define-public r-readods
|
|||
(define-public r-qpdf
|
||||
(package
|
||||
(name "r-qpdf")
|
||||
(version "1.3.2")
|
||||
(version "1.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "qpdf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xp9x11jpih59s0skfswi5chmv1p8zhz4f66w0nxfx4jhyj0bjfr"))
|
||||
"0lzyc1g7q809h047il5nkizv124j13m1zf3j32in0gx7dyz10mj1"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
;; unvendor libqpdf
|
||||
(delete-file-recursively "src/libqpdf")
|
||||
(delete-file-recursively "src/include/qpdf")))))
|
||||
(properties `((upstream-name . "qpdf")))
|
||||
(properties
|
||||
`((upstream-name . "qpdf")
|
||||
(updater-extra-inputs . ("qpdf"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue