mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01: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
|
(define-public r-snpstats
|
||||||
(package
|
(package
|
||||||
(name "r-snpstats")
|
(name "r-snpstats")
|
||||||
(version "1.34.0")
|
(version "1.36.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "snpStats" version))
|
(uri (bioconductor-uri "snpStats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0drfd24a5pkrhzmpidlh717bgh2dm68mpn6vj1vlpkilfbkifl34"))))
|
"1xq1rjljg70h5mshdza56dis0iv1a20sivs6dav3w5jbdd1l5qkh"))))
|
||||||
(properties `((upstream-name . "snpStats")))
|
(properties `((upstream-name . "snpStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs `(("zlib" ,zlib)))
|
(inputs `(("zlib" ,zlib)))
|
||||||
|
|
Loading…
Reference in a new issue