guix-commits
[Top][All Lists]
Advanced

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

17/50: gnu: r-precrec: Update to 0.14.1.


From: guix-commits
Subject: 17/50: gnu: r-precrec: Update to 0.14.1.
Date: Mon, 9 Jan 2023 17:11:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8d696f2728b84521c5b98c5304d96df6f364344d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:19:47 2023 +0100

    gnu: r-precrec: Update to 0.14.1.
    
    * gnu/packages/cran.scm (r-precrec): Update to 0.14.1.
    [propagated-inputs]: Add r-rlang.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8ccb3e7853..1ef9cfd58e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12077,14 +12077,14 @@ visualization and candidate genes around SNPs.")
 (define-public r-precrec
   (package
     (name "r-precrec")
-    (version "0.12.9")
+    (version "0.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "precrec" version))
        (sha256
         (base32
-         "1dfz2rqx2ww2l5r40ahg0qdj3rjrwiwh427mw7j5ynhpcj21j2qm"))))
+         "04pyqwc4p3bzwfcf7a74nkh7b2001053jagzvz9ghpyj380f66x8"))))
     (properties `((upstream-name . "precrec")))
     (build-system r-build-system)
     (propagated-inputs
@@ -12093,6 +12093,7 @@ visualization and candidate genes around SNPs.")
            r-ggplot2
            r-gridextra
            r-rcpp
+           r-rlang
            r-withr))
     (native-inputs (list r-knitr))
     (home-page "https://evalclass.github.io/precrec/";)



reply via email to

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