me
/
guix
Archived
1
0
Fork 0

gnu: r-reportingtools: Update to 2.34.0.

* gnu/packages/bioconductor.scm (r-reportingtools): Update to 2.34.0.
master
Ricardo Wurmus 2021-11-04 22:04:07 +00:00
parent cbf8dbc3cb
commit 559953466e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3894,14 +3894,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.32.1") (version "2.34.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
"0wq9y649dh1am6djzz0xlz42428xsgw2bdx1dknhdw2xbydmmx47")))) "06kwf87h84xgswkrm7brmgr9aj1nf6cxp24hrfymkzq2pha5y5j7"))))
(properties (properties
`((upstream-name . "ReportingTools"))) `((upstream-name . "ReportingTools")))
(build-system r-build-system) (build-system r-build-system)