guix-commits
[Top][All Lists]
Advanced

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

184/324: gnu: r-a4: Update to 1.40.0.


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

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-a4: Update to 1.40.0.
    
    * gnu/packages/bioconductor.scm (r-a4): 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 868828a..fef854e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7495,14 +7495,14 @@ Affymetrix arrays.")
 (define-public r-a4
   (package
     (name "r-a4")
-    (version "1.38.0")
+    (version "1.40.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "a4" version))
        (sha256
         (base32
-         "12q09dhxjl7yrd5m2y7a03kv5614dp144ajmskp5q9x2gvz30f79"))))
+         "0bwn185admy5k99fkd2dhhvy7x1f75r0mqn5k24dbbg0paw6nnr8"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-a4base" ,r-a4base)



reply via email to

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