guix-commits
[Top][All Lists]
Advanced

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

16/353: gnu: r-affycomp: Update to 1.70.0.


From: guix-commits
Subject: 16/353: gnu: r-affycomp: Update to 1.70.0.
Date: Thu, 4 Nov 2021 18:13:34 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 6de2fc77be029cfcdfc8276d07ef4748159be1a4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:03:57 2021 +0000

    gnu: r-affycomp: Update to 1.70.0.
    
    * gnu/packages/bioconductor.scm (r-affycomp): Update to 1.70.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 d356500..cf12d9e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1831,14 +1831,14 @@ analysis.")
 (define-public r-affycomp
   (package
     (name "r-affycomp")
-    (version "1.68.0")
+    (version "1.70.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affycomp" version))
        (sha256
         (base32
-         "07my5scdh6h0y1bx1h9y5m4fa8bnmw389f83gkb7cf19w4vp36b2"))))
+         "0kawlfff82ikrbrfyyy38zm5wj5xdri2ii9wgwilnq50z5qc6r21"))))
     (properties `((upstream-name . "affycomp")))
     (build-system r-build-system)
     (propagated-inputs `(("r-biobase" ,r-biobase)))



reply via email to

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