guix-commits
[Top][All Lists]
Advanced

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

65/215: gnu: r-affy: Update to 1.62.0.


From: guix-commits
Subject: 65/215: gnu: r-affy: Update to 1.62.0.
Date: Sun, 5 May 2019 18:15:42 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 15f240e317a5ee64ae3835be2c38c55d25ae4431
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:39:48 2019 +0200

    gnu: r-affy: Update to 1.62.0.
    
    * gnu/packages/bioinformatics.scm (r-affy): Update to 1.62.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4a5a260..22f0cc6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9241,14 +9241,14 @@ CDF file formats.")
 (define-public r-affy
   (package
     (name "r-affy")
-    (version "1.60.0")
+    (version "1.62.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affy" version))
        (sha256
         (base32
-         "0x8h4fk2igv7vykqfvf6v9whmx3344v5rf3gyfajd431xkjldz6k"))))
+         "05vz0vf3472s1ivfhc0gc8yz98y4rvvp7cf6kfbxhy1b23im1bgk"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-affyio" ,r-affyio)



reply via email to

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