[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/48: gnu: r-qpdf: Update to 1.3.3.
From: |
guix-commits |
Subject: |
01/48: gnu: r-qpdf: Update to 1.3.3. |
Date: |
Wed, 27 Mar 2024 08:50:36 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7d1e5ca989ce178ba5224b49f000277c96cb21c4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 27 12:09:41 2024 +0100
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
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a688aacd9e..7199ef7905 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38611,21 +38611,23 @@ as a data frame. It also supports writing data
frames to an ODS file.")
(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
- branch master updated (e9a547d2c5 -> 656baadf83), guix-commits, 2024/03/27
- 02/48: gnu: r-workflowsets: Update to 1.1.0., guix-commits, 2024/03/27
- 01/48: gnu: r-qpdf: Update to 1.3.3.,
guix-commits <=
- 03/48: gnu: r-unigd: Update to 0.1.1., guix-commits, 2024/03/27
- 09/48: gnu: r-ggprism: Update to 1.0.5., guix-commits, 2024/03/27
- 06/48: gnu: r-collapse: Update to 2.0.11., guix-commits, 2024/03/27
- 07/48: gnu: r-datawizard: Update to 0.10.0., guix-commits, 2024/03/27
- 08/48: gnu: r-climatol: Update to 4.1.0., guix-commits, 2024/03/27
- 10/48: gnu: r-plumber: Update to 1.2.2., guix-commits, 2024/03/27
- 04/48: gnu: r-abn: Update to 3.0.6., guix-commits, 2024/03/27
- 12/48: gnu: r-httpuv: Update to 1.6.15., guix-commits, 2024/03/27
- 13/48: gnu: r-servr: Update to 0.30., guix-commits, 2024/03/27
- 14/48: gnu: r-htmltools: Update to 0.5.8., guix-commits, 2024/03/27