guix-commits
[Top][All Lists]
Advanced

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

39/324: gnu: r-affyio: Update to 1.62.0.


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

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-affyio: Update to 1.62.0.
    
    * gnu/packages/bioconductor.scm (r-affyio): Update to 1.62.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 2e60efb..bea37b3 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1867,14 +1867,14 @@ to streamline the more common analyses that a 
Biostatistician might see.")
 (define-public r-affyio
   (package
     (name "r-affyio")
-    (version "1.60.0")
+    (version "1.62.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affyio" version))
        (sha256
         (base32
-         "14xnzrxrvgxgixjhq5a9fdgcmrxam2j74hwidkc9if92ffv6s83h"))))
+         "07kibqsm888g06qqqa4648ph877kriy74kprbri8nyx83y8aspjr"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-zlibbioc" ,r-zlibbioc)))



reply via email to

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