mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-snpstats: Update to 1.36.0.
* gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.36.0.
This commit is contained in:
parent
6fff104191
commit
14eb0978a8
1 changed files with 2 additions and 2 deletions
|
@ -10121,14 +10121,14 @@ (define-public r-gqtlbase
|
|||
(define-public r-snpstats
|
||||
(package
|
||||
(name "r-snpstats")
|
||||
(version "1.34.0")
|
||||
(version "1.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "snpStats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0drfd24a5pkrhzmpidlh717bgh2dm68mpn6vj1vlpkilfbkifl34"))))
|
||||
"1xq1rjljg70h5mshdza56dis0iv1a20sivs6dav3w5jbdd1l5qkh"))))
|
||||
(properties `((upstream-name . "snpStats")))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue