guix-commits
[Top][All Lists]
Advanced

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

12/112: gnu: r-copynumber: Update to 1.20.0.


From: Ricardo Wurmus
Subject: 12/112: gnu: r-copynumber: Update to 1.20.0.
Date: Sat, 2 Jun 2018 07:39:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 14e9235f0ceed6191a936c66dfe93b895ad6ef47
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 11:43:54 2018 +0200

    gnu: r-copynumber: Update to 1.20.0.
    
    * gnu/packages/bioinformatics.scm (r-copynumber): Update to 1.20.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 632a74c..bdfe2c0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6176,13 +6176,13 @@ microarrays.")
 (define-public r-copynumber
   (package
     (name "r-copynumber")
-    (version "1.18.0")
+    (version "1.20.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "copynumber" version))
               (sha256
                (base32
-                "01kcwzl485yjrkgyg8117b1il957ss0v6rq4bbxf4ksd5fzcjmyx"))))
+                "0y9nnwb0psphp3ix88wj2f8z5gr45r5znf55w892ysm27isdpmms"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-s4vectors" ,r-s4vectors)



reply via email to

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