guix-commits
[Top][All Lists]
Advanced

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

30/265: gnu: r-reportingtools: Update to 2.26.0.


From: guix-commits
Subject: 30/265: gnu: r-reportingtools: Update to 2.26.0.
Date: Sun, 15 Dec 2019 09:39:58 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7ccbaf1b6e4998abab05e0056f06ac39881d0973
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:31:27 2019 +0100

    gnu: r-reportingtools: Update to 2.26.0.
    
    * gnu/packages/bioconductor.scm (r-reportingtools): Update to 2.26.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 7834b68..ff703f2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1138,14 +1138,14 @@ region sets and other genomic features.")
 (define-public r-reportingtools
   (package
     (name "r-reportingtools")
-    (version "2.24.0")
+    (version "2.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ReportingTools" version))
        (sha256
         (base32
-         "16ska7mlacka0xi8x2icy8v42vaxccb3a1x73szmfvcrwr592qsc"))))
+         "0wmi2219wydyzc07rz3azsrksa7wiacfh9pr5x2fsmj9f0w3n15w"))))
     (properties
      `((upstream-name . "ReportingTools")))
     (build-system r-build-system)



reply via email to

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