gnu: r-reportingtools: Update to 2.32.0.
* gnu/packages/bioconductor.scm (r-reportingtools): Update to 2.32.0.
This commit is contained in:
parent
2da4ee4c77
commit
51bee5c40f
1 changed files with 2 additions and 2 deletions
|
@ -3813,14 +3813,14 @@ region sets and other genomic features.")
|
||||||
(define-public r-reportingtools
|
(define-public r-reportingtools
|
||||||
(package
|
(package
|
||||||
(name "r-reportingtools")
|
(name "r-reportingtools")
|
||||||
(version "2.30.2")
|
(version "2.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ReportingTools" version))
|
(uri (bioconductor-uri "ReportingTools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vvra7l29s7lnq996nwlpzbkrbdkr3ivkgmfp4kndfykxsl9q4vb"))))
|
"0v6wzfswwcd1xdxgwa9gzlkmavr4p55jy11k84anh0rs0xx3dmmj"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ReportingTools")))
|
`((upstream-name . "ReportingTools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue