guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: r-reportingtools: Update to 2.32.1.


From: guix-commits
Subject: 01/02: gnu: r-reportingtools: Update to 2.32.1.
Date: Thu, 29 Jul 2021 14:21:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e06beb503c45ee7a8d695f12271fd36db1fc17d3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jul 29 17:31:19 2021 +0200

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



reply via email to

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