guix-commits
[Top][All Lists]
Advanced

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

23/265: gnu: r-affycompatible: Update to 1.46.0.


From: guix-commits
Subject: 23/265: gnu: r-affycompatible: Update to 1.46.0.
Date: Sun, 15 Dec 2019 09:39:56 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c2fa63e9058d6c90cfe209bb65ee7abd59e6cc72
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:29:56 2019 +0100

    gnu: r-affycompatible: Update to 1.46.0.
    
    * gnu/packages/bioconductor.scm (r-affycompatible): Update to 1.46.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 3baa863..0a0b01a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -944,14 +944,14 @@ measures for Affymetrix Oligonucleotide Arrays.")
 (define-public r-affycompatible
   (package
     (name "r-affycompatible")
-    (version "1.44.0")
+    (version "1.46.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "AffyCompatible" version))
        (sha256
         (base32
-         "1zi96qa6vkgwvvy5cn6c3p1kbfsaz74zsw2kjxarz5qs744f0xvs"))))
+         "10ahrdlifp1i7rd58zb10w75y5bnigs7xp5gv4fhb5y7p7dvb0ks"))))
     (properties
      `((upstream-name . "AffyCompatible")))
     (build-system r-build-system)



reply via email to

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