mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-snpstats: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-snpstats): Update to 1.44.0.
This commit is contained in:
parent
ce510880ec
commit
41c4e6391d
1 changed files with 2 additions and 2 deletions
|
@ -13762,14 +13762,14 @@ (define-public r-pathview
|
|||
(define-public r-snpstats
|
||||
(package
|
||||
(name "r-snpstats")
|
||||
(version "1.42.0")
|
||||
(version "1.44.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "snpStats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11vvih5y9kvyjfp2navkfpp4xiyfgwlv4r0x3p52hkj92pc2pg3g"))))
|
||||
"0ha34b5cg26940xihgky45adns1nflrgq2qjq77w4bncxpaacsqq"))))
|
||||
(properties `((upstream-name . "snpStats")))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue