mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: r-reportingtools: Update to 2.36.0.
* gnu/packages/bioconductor.scm (r-reportingtools): Update to 2.36.0.
This commit is contained in:
parent
21669d75f6
commit
de8b8c86e6
1 changed files with 2 additions and 2 deletions
|
@ -4772,14 +4772,14 @@ (define-public r-regioner
|
||||||
(define-public r-reportingtools
|
(define-public r-reportingtools
|
||||||
(package
|
(package
|
||||||
(name "r-reportingtools")
|
(name "r-reportingtools")
|
||||||
(version "2.34.0")
|
(version "2.36.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
|
||||||
"06kwf87h84xgswkrm7brmgr9aj1nf6cxp24hrfymkzq2pha5y5j7"))))
|
"0r8cdqzfh1jxkghhk3j8x3y9kkmdyg9ibfhsic15jqkmp1im6khh"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ReportingTools")))
|
`((upstream-name . "ReportingTools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue