guix-commits
[Top][All Lists]
Advanced

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

36/324: gnu: r-affycompatible: Update to 1.52.0.


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

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-affycompatible: Update to 1.52.0.
    
    * gnu/packages/bioconductor.scm (r-affycompatible): Update to 1.52.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 6dd4b2a..e54b210 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1772,14 +1772,14 @@ measures for Affymetrix Oligonucleotide Arrays.")
 (define-public r-affycompatible
   (package
     (name "r-affycompatible")
-    (version "1.50.0")
+    (version "1.52.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "AffyCompatible" version))
        (sha256
         (base32
-         "0pcs51miy45bky26i1d4iarbjh569gssb5g4fr26bzgjmq19yl7x"))))
+         "1xwz22wf2smsvmd0d5lfadbsgscnl3fl9msypy2mml38k048p6vj"))))
     (properties
      `((upstream-name . "AffyCompatible")))
     (build-system r-build-system)



reply via email to

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