guix-commits
[Top][All Lists]
Advanced

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

40/324: gnu: r-affxparser: Update to 1.64.0.


From: guix-commits
Subject: 40/324: gnu: r-affxparser: 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 308067c09cc244c3163eefcf4b60474c8fd94b89
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:40 2021 +0200

    gnu: r-affxparser: Update to 1.64.0.
    
    * gnu/packages/bioconductor.scm (r-affxparser): 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 bea37b3..eee7948 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1891,14 +1891,14 @@ CDF file formats.")
 (define-public r-affxparser
   (package
     (name "r-affxparser")
-    (version "1.62.0")
+    (version "1.64.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affxparser" version))
        (sha256
         (base32
-         "13h4iwskvgwgxid9f60gzb1zndgbhdlbn9ixv5waihy1jkcbn24p"))))
+         "0n3yyrglzqzw0wqxl9igqvkj8qslw6yjkym3vcq0c93kkg7vk01l"))))
     (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]