guix-commits
[Top][All Lists]
Advanced

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

137/356: gnu: r-copynumber: Update to 1.34.0.


From: guix-commits
Subject: 137/356: gnu: r-copynumber: Update to 1.34.0.
Date: Sun, 7 Nov 2021 18:11:25 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit efb1b28f3253603f905ab006657cff12f3e7435c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:16 2021 +0000

    gnu: r-copynumber: Update to 1.34.0.
    
    * gnu/packages/bioconductor.scm (r-copynumber): Update to 1.34.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 7111763..78968f3 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6068,13 +6068,13 @@ sequencing data.")
 (define-public r-copynumber
   (package
     (name "r-copynumber")
-    (version "1.32.0")
+    (version "1.34.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "copynumber" version))
               (sha256
                (base32
-                "03pvjzjrcsbjfw3855s3whfzin45vaipy7cahnj6fywdysvh8hps"))))
+                "143ifvjkjz0392drm82xmpj1f8b5pc2dyyxyc9dkqmay8lf1n534"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-s4vectors" ,r-s4vectors)



reply via email to

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