guix-commits
[Top][All Lists]
Advanced

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

19/356: gnu: r-affycomp: Update to 1.70.0.


From: guix-commits
Subject: 19/356: gnu: r-affycomp: Update to 1.70.0.
Date: Sun, 7 Nov 2021 18:10:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a610856e880dff1cda4b16ae9502da2353c83cc4
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]