guix-commits
[Top][All Lists]
Advanced

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

62/265: gnu: r-copynumber: Update to 1.26.0.


From: guix-commits
Subject: 62/265: gnu: r-copynumber: Update to 1.26.0.
Date: Sun, 15 Dec 2019 09:40:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit eb3fd3825c25fcc90af856e8d59d61a60870f2d6
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:39:26 2019 +0100

    gnu: r-copynumber: Update to 1.26.0.
    
    * gnu/packages/bioconductor.scm (r-copynumber): Update to 1.26.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 31e931c..2fd26bd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2200,13 +2200,13 @@ sequencing data.")
 (define-public r-copynumber
   (package
     (name "r-copynumber")
-    (version "1.24.0")
+    (version "1.26.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "copynumber" version))
               (sha256
                (base32
-                "0gmxi7w776pjqv3v0pkdihb167zzrnr9hw64yfvzgjhkhrc6a4rp"))))
+                "0r6r1adj20x3ckm0dlipxlf1rzngr92xsxxpy81mqxf4jpmyr8gj"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-s4vectors" ,r-s4vectors)



reply via email to

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