guix-commits
[Top][All Lists]
Advanced

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

20/22: gnu: r-chromstar: Update to 1.20.2.


From: guix-commits
Subject: 20/22: gnu: r-chromstar: Update to 1.20.2.
Date: Thu, 18 Nov 2021 09:53:26 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 13f8140290e2bb334e114314ab168fd4adf3eb67
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 18 13:15:27 2021 +0000

    gnu: r-chromstar: Update to 1.20.2.
    
    * gnu/packages/bioconductor.scm (r-chromstar): Update to 1.20.2.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 11200fa..5d1988c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13790,14 +13790,14 @@ the earlier snpMatrix package, allowing for 
uncertainty in genotypes.")
 (define-public r-chromstar
   (package
     (name "r-chromstar")
-    (version "1.19.0")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "chromstaR" version))
        (sha256
         (base32
-         "0z511l26fhz00qn8h2yybylk8c3ws8hj1hp8hq9qj9mfczwiqy3j"))))
+         "1akcmxzn4j9ph4n3lsgfh8fh8hrb28jjamz037w59bsdkcv6wyjq"))))
     (properties `((upstream-name . "chromstaR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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