guix-commits
[Top][All Lists]
Advanced

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

93/324: gnu: r-reportingtools: Update to 2.32.0.


From: guix-commits
Subject: 93/324: gnu: r-reportingtools: Update to 2.32.0.
Date: Sat, 5 Jun 2021 03:14:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 51bee5c40f9b5233671c5d45f3a0b0da792695b5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:47 2021 +0200

    gnu: r-reportingtools: Update to 2.32.0.
    
    * gnu/packages/bioconductor.scm (r-reportingtools): Update to 2.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 a76d019..af7d5fe 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3813,14 +3813,14 @@ region sets and other genomic features.")
 (define-public r-reportingtools
   (package
     (name "r-reportingtools")
-    (version "2.30.2")
+    (version "2.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ReportingTools" version))
        (sha256
         (base32
-         "1vvra7l29s7lnq996nwlpzbkrbdkr3ivkgmfp4kndfykxsl9q4vb"))))
+         "0v6wzfswwcd1xdxgwa9gzlkmavr4p55jy11k84anh0rs0xx3dmmj"))))
     (properties
      `((upstream-name . "ReportingTools")))
     (build-system r-build-system)



reply via email to

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