guix-commits
[Top][All Lists]
Advanced

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

38/324: gnu: r-affycoretools: Update to 1.64.0.


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

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-affycoretools: Update to 1.64.0.
    
    * gnu/packages/bioconductor.scm (r-affycoretools): Update to 1.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 e5e21c3..2e60efb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1825,14 +1825,14 @@ problems in CEL-level data to help evaluate performance 
of quality metrics.")
 (define-public r-affycoretools
   (package
     (name "r-affycoretools")
-    (version "1.62.0")
+    (version "1.64.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affycoretools" version))
        (sha256
         (base32
-         "0jacgwylg7wjw3xk3ga2sb1wkdklm5glamhbmqgvzm5kdjnl0rv0"))))
+         "1dx861spr3kn1dxwhf43s5l1r7bmrq0h6538l3q64iiwzzc6krdh"))))
     (properties `((upstream-name . "affycoretools")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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