guix-commits
[Top][All Lists]
Advanced

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

111/296: gnu: r-affxparser: Update to 1.60.0.


From: guix-commits
Subject: 111/296: gnu: r-affxparser: Update to 1.60.0.
Date: Fri, 12 Jun 2020 19:29:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit acaf8a234217dd4114cc9d71cd12c63dd2010bfa
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:08:07 2020 +0200

    gnu: r-affxparser: Update to 1.60.0.
    
    * gnu/packages/bioconductor.scm (r-affxparser): Update to 1.60.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 127f1df..8342006 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1321,14 +1321,14 @@ to streamline the more common analyses that a 
Biostatistician might see.")
 (define-public r-affxparser
   (package
     (name "r-affxparser")
-    (version "1.58.0")
+    (version "1.60.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affxparser" version))
        (sha256
         (base32
-         "03h4lxr48p84f6i7zb2rm10ma3k4d1nmvdw5yhxcmzqbmd12lk40"))))
+         "0d4hq1w0a3dm4bg9qsv7wqrbv2y7b9gllxfmnqs9n2nnwmvgi8yq"))))
     (properties `((upstream-name . "affxparser")))
     (build-system r-build-system)
     (home-page "https://github.com/HenrikBengtsson/affxparser";)



reply via email to

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