guix-commits
[Top][All Lists]
Advanced

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

181/324: gnu: r-a4preproc: Update to 1.40.0.


From: guix-commits
Subject: 181/324: gnu: r-a4preproc: Update to 1.40.0.
Date: Sat, 5 Jun 2021 03:15:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 751b4904b068649c31767f38a6f7e68e360b6e56
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:59 2021 +0200

    gnu: r-a4preproc: Update to 1.40.0.
    
    * gnu/packages/bioconductor.scm (r-a4preproc): Update to 1.40.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 1e4af89..3d64f8e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7415,14 +7415,14 @@ Affymetrix arrays.")
 (define-public r-a4preproc
   (package
     (name "r-a4preproc")
-    (version "1.38.0")
+    (version "1.40.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "a4Preproc" version))
        (sha256
         (base32
-         "1j8jhal83x1xpmsaw8iwv2r32i1ghzm6n0ipjk06yqa9f6zb7f7i"))))
+         "1jibm2f5glzsrvl64hxc5sf59d4w6ry0f663p619hfr44mi1mpri"))))
     (properties `((upstream-name . "a4Preproc")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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