guix-commits
[Top][All Lists]
Advanced

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

207/296: gnu: r-simpleaffy: Update to 2.64.0.


From: guix-commits
Subject: 207/296: gnu: r-simpleaffy: Update to 2.64.0.
Date: Fri, 12 Jun 2020 19:30:27 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9ce80f93562ad573a12ba00339c753037bcc66a0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:56:24 2020 +0200

    gnu: r-simpleaffy: Update to 2.64.0.
    
    * gnu/packages/bioconductor.scm (r-simpleaffy): Update to 2.64.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 9be63ea..516086a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4842,14 +4842,14 @@ gene-specific bidning is expected.")
 (define-public r-simpleaffy
   (package
     (name "r-simpleaffy")
-    (version "2.62.0")
+    (version "2.64.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "simpleaffy" version))
        (sha256
         (base32
-         "18bz3pfgp0f7906flrljx97ann8s71pnb8gpw7nah46n8vqc0xcs"))))
+         "040043spblr8v67lkn3nnxhgfmfh2iwaizph4fnms1ik6qz662x7"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-affy" ,r-affy)



reply via email to

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