me
/
guix
Archived
1
0
Fork 0

gnu: r-snpstats: Update to 1.38.0.

* gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.38.0.
master
Ricardo Wurmus 2020-06-12 16:31:22 +02:00
parent 42d8cd9f97
commit aab0e28fc1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10490,14 +10490,14 @@ and more.")
(define-public r-snpstats
(package
(name "r-snpstats")
(version "1.36.0")
(version "1.38.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "snpStats" version))
(sha256
(base32
"1xq1rjljg70h5mshdza56dis0iv1a20sivs6dav3w5jbdd1l5qkh"))))
"1qv3nqqr30d3n66mawqd9dbl95dl89r4bcjvkc5iassy1yrwr8wq"))))
(properties `((upstream-name . "snpStats")))
(build-system r-build-system)
(inputs `(("zlib" ,zlib)))