guix-commits
[Top][All Lists]
Advanced

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

128/211: gnu: r-qqconf: Update to 1.3.0.


From: guix-commits
Subject: 128/211: gnu: r-qqconf: Update to 1.3.0.
Date: Tue, 20 Sep 2022 06:24:30 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 806c9bf793e6ff0ecb921716d0aa6333b0eb82bc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:18 2022 +0200

    gnu: r-qqconf: Update to 1.3.0.
    
    * gnu/packages/cran.scm (r-qqconf): Update to 1.3.0.
    [propagated-inputs]: Remove r-dplyr, r-magrittr, and r-rlang.
---
 gnu/packages/cran.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e48310ac02..4917715a32 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24878,22 +24878,19 @@ finding peaks in spectra, converting humidity 
measures.")
 (define-public r-qqconf
   (package
     (name "r-qqconf")
-    (version "1.2.3")
+    (version "1.3.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "qqconf" version))
               (sha256
                (base32
-                "0qnfzq2zb776kmvbwmyj9di4nlzx7dg0nz4097hfcllfx9160nwv"))))
+                "11sh0q5bwmqdygqd1gspx7xc5mysj18whz11afnz6s1m820snhhw"))))
     (properties `((upstream-name . "qqconf")))
     (build-system r-build-system)
     (inputs (list fftw))
     (propagated-inputs
-     (list r-dplyr
-           r-magrittr
-           r-mass
+     (list r-mass
            r-rcpp
-           r-rlang
            r-robustbase))
     (native-inputs (list pkg-config r-knitr))
     (home-page "https://github.com/eweine/qqconf";)



reply via email to

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