guix-commits
[Top][All Lists]
Advanced

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

176/215: gnu: r-a4preproc: Update to 1.32.0.


From: guix-commits
Subject: 176/215: gnu: r-a4preproc: Update to 1.32.0.
Date: Sun, 5 May 2019 18:16:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0b6091621fe5456f534334531c65e52bcf0d2a3c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:03:40 2019 +0200

    gnu: r-a4preproc: Update to 1.32.0.
    
    * gnu/packages/bioconductor.scm (r-a4preproc): Update to 1.32.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 50d271e..4b46edf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3115,14 +3115,14 @@ Affymetrix arrays.")
 (define-public r-a4preproc
   (package
     (name "r-a4preproc")
-    (version "1.30.0")
+    (version "1.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "a4Preproc" version))
        (sha256
         (base32
-         "1dd3fqcc7nr2zbi46k0mnqkh42mfxk894ixfpqg7i9np2523p5gp"))))
+         "13sj4zriq1mian2xcjwkbmmpdjh3h6dgjslar2hc8nmd34cb9xjr"))))
     (properties `((upstream-name . "a4Preproc")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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