guix-commits
[Top][All Lists]
Advanced

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

81/265: gnu: r-affy: Update to 1.64.0.


From: guix-commits
Subject: 81/265: gnu: r-affy: Update to 1.64.0.
Date: Sun, 15 Dec 2019 09:40:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 32f6059635b35152261b487e2d98028c1d902076
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:58:59 2019 +0100

    gnu: r-affy: Update to 1.64.0.
    
    * gnu/packages/bioinformatics.scm (r-affy): Update to 1.64.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 4e8fd0f..89271ef 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9280,14 +9280,14 @@ CDF file formats.")
 (define-public r-affy
   (package
     (name "r-affy")
-    (version "1.62.0")
+    (version "1.64.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affy" version))
        (sha256
         (base32
-         "05vz0vf3472s1ivfhc0gc8yz98y4rvvp7cf6kfbxhy1b23im1bgk"))))
+         "131za66wbaz9y86gvjqcc2yd1f2ngl2b796xw726g75djhdgxgap"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-affyio" ,r-affyio)



reply via email to

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