guix-commits
[Top][All Lists]
Advanced

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

26/265: gnu: r-affxparser: Update to 1.58.0.


From: guix-commits
Subject: 26/265: gnu: r-affxparser: Update to 1.58.0.
Date: Sun, 15 Dec 2019 09:39:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ce5162d09dc015d5be232290ff22e0e93d5d691c
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:30:36 2019 +0100

    gnu: r-affxparser: Update to 1.58.0.
    
    * gnu/packages/bioconductor.scm (r-affxparser): Update to 1.58.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 f45adaf..1ad29a7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1036,14 +1036,14 @@ to streamline the more common analyses that a 
Biostatistician might see.")
 (define-public r-affxparser
   (package
     (name "r-affxparser")
-    (version "1.56.0")
+    (version "1.58.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affxparser" version))
        (sha256
         (base32
-         "1jv7k9pn4c7szi3ma2f2xsd58pkrkvjpk5wra73r6kc607qgrv33"))))
+         "03h4lxr48p84f6i7zb2rm10ma3k4d1nmvdw5yhxcmzqbmd12lk40"))))
     (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]