gnu: r-snpstats: Update to 1.50.0.

* gnu/packages/bioconductor.scm (r-snpstats): Update to 1.50.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 19:01:37 +02:00
parent 72288df46a
commit 1b3be92024
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19571,14 +19571,14 @@ (define-public r-snapcgh
(define-public r-snpstats
(package
(name "r-snpstats")
(version "1.48.0")
(version "1.50.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "snpStats" version))
(sha256
(base32
"14rkrav4iydc85194skdy33sk365pjmmvxxvzaxxh0k9ds009qwx"))))
"1v2j2943apphs8i68ap9c8sxd4j5a04qda5scq4dqqkzqd0c5b6i"))))
(properties `((upstream-name . "snpStats")))
(build-system r-build-system)
(inputs (list zlib))