guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]