guix-commits
[Top][All Lists]
Advanced

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

141/215: gnu: r-copynumber: Update to 1.24.0.


From: guix-commits
Subject: 141/215: gnu: r-copynumber: Update to 1.24.0.
Date: Sun, 5 May 2019 18:15:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d941918599d5980bdc0cab4c9b3db647af7c2889
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:58:32 2019 +0200

    gnu: r-copynumber: Update to 1.24.0.
    
    * gnu/packages/bioconductor.scm (r-copynumber): Update to 1.24.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 21bd080..7e572c9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1877,13 +1877,13 @@ sequencing data.")
 (define-public r-copynumber
   (package
     (name "r-copynumber")
-    (version "1.22.0")
+    (version "1.24.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "copynumber" version))
               (sha256
                (base32
-                "0ipwj9i5p1bwhg5d80jdjagm02krpj2v0j47qdgw41h8wncdyal3"))))
+                "0gmxi7w776pjqv3v0pkdihb167zzrnr9hw64yfvzgjhkhrc6a4rp"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-s4vectors" ,r-s4vectors)



reply via email to

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