me
/
guix
Archived
1
0
Fork 0

gnu: r-reportingtools: Update to 2.32.0.

* gnu/packages/bioconductor.scm (r-reportingtools): Update to 2.32.0.
master
Ricardo Wurmus 2021-06-05 08:49:47 +02:00
parent 2da4ee4c77
commit 51bee5c40f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)