guix-commits
[Top][All Lists]
Advanced

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

35/77: gnu: r-precrec: Update to 0.14.4.


From: guix-commits
Subject: 35/77: gnu: r-precrec: Update to 0.14.4.
Date: Wed, 25 Oct 2023 10:59:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit acdc02a1f197a3315c28e62c101cd80dd555ce21
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:37 2023 +0200

    gnu: r-precrec: Update to 0.14.4.
    
    * gnu/packages/cran.scm (r-precrec): Update to 0.14.4.
    
    Change-Id: I1f56a96abcbc1aeb9d1ced157584ebf9641a3b42
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 068fc6c582..fa123e8940 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14229,14 +14229,14 @@ visualization and candidate genes around SNPs.")
 (define-public r-precrec
   (package
     (name "r-precrec")
-    (version "0.14.2")
+    (version "0.14.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "precrec" version))
        (sha256
         (base32
-         "159vxdnp7vi6na3cji1rbsr1311ciqn1aldg0nwnd6sb3hgb14w2"))))
+         "03hvp5h7fz4v2aswxim0mqgj9rdrhnk5xqz212161kpcrw6m67z8"))))
     (properties `((upstream-name . "precrec")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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