guix-commits
[Top][All Lists]
Advanced

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

179/215: gnu: r-a4: Update to 1.32.0.


From: guix-commits
Subject: 179/215: gnu: r-a4: 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 1aadddeaa95235fb4ce9b4718e67fe761ff321a3
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:04:01 2019 +0200

    gnu: r-a4: Update to 1.32.0.
    
    * gnu/packages/bioconductor.scm (r-a4): 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 8f955d4..fae50e2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3192,14 +3192,14 @@ Affymetrix arrays.")
 (define-public r-a4
   (package
     (name "r-a4")
-    (version "1.30.0")
+    (version "1.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "a4" version))
        (sha256
         (base32
-         "1iqjy35rqx3m2y0dm2bk4cnzdm1qvbi608bfmrid88w6wmwz3qlk"))))
+         "08146qzsr6mjblmh08g83063nnyrfl35z6p65v71isprkydgxyhy"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-a4base" ,r-a4base)



reply via email to

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