guix-commits
[Top][All Lists]
Advanced

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

35/324: gnu: r-affycomp: Update to 1.68.0.


From: guix-commits
Subject: 35/324: gnu: r-affycomp: Update to 1.68.0.
Date: Sat, 5 Jun 2021 03:14:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b045bf2d6f9e03bcc03170007d5ad75fee435231
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:40 2021 +0200

    gnu: r-affycomp: Update to 1.68.0.
    
    * gnu/packages/bioconductor.scm (r-affycomp): Update to 1.68.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 bd9aeed..6dd4b2a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1751,14 +1751,14 @@ analysis.")
 (define-public r-affycomp
   (package
     (name "r-affycomp")
-    (version "1.66.0")
+    (version "1.68.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affycomp" version))
        (sha256
         (base32
-         "106gz4rami04r0ffc7rxkrv92s3yrcnlqnyykd5s8lrkndbihrpk"))))
+         "07my5scdh6h0y1bx1h9y5m4fa8bnmw389f83gkb7cf19w4vp36b2"))))
     (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]