guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/174: gnu: r-haven: Update to 2.5.3.


From: guix-commits
Subject: 11/174: gnu: r-haven: Update to 2.5.3.
Date: Wed, 12 Jul 2023 08:30:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2c04ca3de03b40a951123d92ac3fbf7f3d81d8e3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 10 23:18:08 2023 +0200

    gnu: r-haven: Update to 2.5.3.
    
    * gnu/packages/cran.scm (r-haven): Update to 2.5.3.
    [properties]: Declare readstat as an extra input.
    [native-inputs]: Add pkg-config.
---
 gnu/packages/cran.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8e10f3329c..abe48c0203 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5109,19 +5109,21 @@ including functions for geolocation and routing.")
 (define-public r-haven
   (package
     (name "r-haven")
-    (version "2.5.2")
+    (version "2.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "haven" version))
        (sha256
         (base32
-         "07an4d8638m27765l6l4p6vfjxm8nfwbxx2bwpxfy6xffw1znc91"))
+         "1qxp0hp7clmd70383lsbiijq1i5037zv4haja60czw09mnprjncs"))
        (modules '((guix build utils)))
        (snippet
         ;; unvendor readstat
         '(delete-file-recursively "src/readstat"))))
     (build-system r-build-system)
+    (properties
+     '((updater-extra-inputs . ("readstat"))))
     (arguments
      '(#:phases
        (modify-phases %standard-phases
@@ -5137,15 +5139,15 @@ including functions for geolocation and routing.")
     (inputs
      (list readstat zlib))
     (native-inputs
-     (list r-knitr))
+     (list pkg-config r-knitr))
     (propagated-inputs
      (list r-cli
            r-cpp11
            r-forcats
            r-hms
            r-lifecycle
-           r-rlang
            r-readr
+           r-rlang
            r-tibble
            r-tidyselect
            r-vctrs))



reply via email to

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