gnu: r-snpstats: Update to 1.54.0.

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

Change-Id: Iea939d944d7574c4da573e2d84b43850dc204762
This commit is contained in:
Ricardo Wurmus 2024-05-07 13:07:22 +02:00
parent 50df6f88e3
commit 6cf9da8ff3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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