guix-commits
[Top][All Lists]
Advanced

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

198/265: gnu: r-rqc: Update to 1.20.0.


From: guix-commits
Subject: 198/265: gnu: r-rqc: Update to 1.20.0.
Date: Sun, 15 Dec 2019 09:40:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 11db82b07c7fac1d62a7d9a2f6c89131b18f83ef
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:23:11 2019 +0100

    gnu: r-rqc: Update to 1.20.0.
    
    * gnu/packages/bioconductor.scm (r-rqc): Update to 1.20.0.
---
 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 6cf84c2..1c0d3b9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4950,14 +4950,14 @@ quantification of genomic regions of interest.")
 (define-public r-rqc
   (package
     (name "r-rqc")
-    (version "1.18.0")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rqc" version))
        (sha256
         (base32
-         "09kyn5nc2fqfdm3q07h0x2jyh24vsq5sxxm63ir1lvv250lmal4g"))))
+         "1nxkrb9kx41g050yz935yrl9pjkakhr8v6whxcvr72gg4r9m2x3m"))))
     (properties `((upstream-name . "Rqc")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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