guix-commits
[Top][All Lists]
Advanced

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

103/288: gnu: r-simpleaffy: Update to 2.66.0.


From: guix-commits
Subject: 103/288: gnu: r-simpleaffy: Update to 2.66.0.
Date: Mon, 16 Nov 2020 15:07:08 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 54b7f7e678e31c77a6c5ba943368ef4ddb8a25ba
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:52:17 2020 +0100

    gnu: r-simpleaffy: Update to 2.66.0.
    
    * gnu/packages/bioconductor.scm (r-simpleaffy): Update to 2.66.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 2c914dd..271dec9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4879,14 +4879,14 @@ gene-specific binding is expected.")
 (define-public r-simpleaffy
   (package
     (name "r-simpleaffy")
-    (version "2.64.0")
+    (version "2.66.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "simpleaffy" version))
        (sha256
         (base32
-         "040043spblr8v67lkn3nnxhgfmfh2iwaizph4fnms1ik6qz662x7"))))
+         "04a11dsqd5y4b39nny94acnh0qhdazjc6d1803izza4vrgmw2csb"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-affy" ,r-affy)



reply via email to

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