gnu: r-snpstats: Update to 1.52.0.

* gnu/packages/bioconductor.scm (r-snpstats): Update to 1.52.0.

Change-Id: Ia770e5b05a7998d552b8ccb5386ddc1ad6722217
This commit is contained in:
Ricardo Wurmus 2023-11-03 17:19:10 +01:00
parent 3b0e948493
commit d775b141cf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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