guix-commits
[Top][All Lists]
Advanced

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

11/36: gnu: r-precrec: Update to 0.12.8.


From: guix-commits
Subject: 11/36: gnu: r-precrec: Update to 0.12.8.
Date: Tue, 1 Feb 2022 13:36:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b160e65cc7ed3006496510358f81e43ce7e144a2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 1 17:01:30 2022 +0100

    gnu: r-precrec: Update to 0.12.8.
    
    * gnu/packages/cran.scm (r-precrec): Update to 0.12.8.
---
 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 0f5bc3b336..4c0031a023 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9675,14 +9675,14 @@ visualization and candidate genes around SNPs.")
 (define-public r-precrec
   (package
     (name "r-precrec")
-    (version "0.12.7")
+    (version "0.12.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "precrec" version))
        (sha256
         (base32
-         "0vwzaqnh9ymrm52dd79bihwqprnygz0d71ay8fv51hdw0zg6saya"))))
+         "0kwn902z32qcnkffjm6dqnaxagx31xjdcak50clbgrway2pcdjrm"))))
     (properties `((upstream-name . "precrec")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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