rekado pushed a commit to branch wip-r
in repository guix.
commit 459654c3d4a13a2d3445715b5ece21d5a02c94cb
Author: zimoun <[email protected]>
AuthorDate: Fri Oct 30 16:01:30 2020 +0100
gnu: r-snpstats: Update to 1.40.0.
* gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.40.0.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d7e17b3..3ed0c8a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10321,14 +10321,14 @@ and more.")
(define-public r-snpstats
(package
(name "r-snpstats")
- (version "1.38.0")
+ (version "1.40.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "snpStats" version))
(sha256
(base32
- "1qv3nqqr30d3n66mawqd9dbl95dl89r4bcjvkc5iassy1yrwr8wq"))))
+ "1298a71swwav53yf9kfqkdpach3818plqcbw0lgb6sibs8y8ff24"))))
(properties `((upstream-name . "snpStats")))
(build-system r-build-system)
(inputs `(("zlib" ,zlib)))