guix-commits
[Top][All Lists]
Advanced

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

116/133: gnu: r-affxparser: Update to 1.64.1.


From: guix-commits
Subject: 116/133: gnu: r-affxparser: Update to 1.64.1.
Date: Thu, 30 Sep 2021 06:43:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e8aab58d0c8f091ea30891d5927f04e99b8abb08
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 23:28:02 2021 +0200

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