rekado pushed a commit to branch master
in repository guix.
commit 214e784b577ae91995e50a3ac949f79c1ecf6253
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 5 08:49:45 2021 +0200
gnu: r-gostats: Update to 2.58.0.
* gnu/packages/bioconductor.scm (r-gostats): Update to 2.58.0.
---
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 2a6aebe..778bb52 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3115,14 +3115,14 @@ manipulating genomic intervals and variables defined
along a genome.")
(define-public r-gostats
(package
(name "r-gostats")
- (version "2.56.0")
+ (version "2.58.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "GOstats" version))
(sha256
(base32
- "18q8p0fv9fl2r6zjxknfjwqxr69dlyxy6c8amzn6c6dwjq1cxk6j"))))
+ "0jjswy6qmfgr2f6vk3y9pdvs9x91gn31h55qllgh0qb2cb26g9wa"))))
(properties `((upstream-name . "GOstats")))
(build-system r-build-system)
(propagated-inputs