1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: r-snpstats: Update to 1.58.0.

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

Change-Id: I238fa4a052f84a72fd43dd8587fac827db62a7fb
This commit is contained in:
Ricardo Wurmus 2025-04-29 22:40:04 +02:00
parent 47ce8d23fc
commit bed701495b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26874,14 +26874,14 @@ whole-genome and whole-exome variant data.")
(define-public r-snpstats
(package
(name "r-snpstats")
(version "1.56.0")
(version "1.58.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "snpStats" version))
(sha256
(base32
"01nijl7cnzbv7pk803nv1fgqgikamlzqcah98s7051bn9xbdn2j8"))))
"04p7dsyd1s9nxzg0fjwvxq7r1k94ncksbn0kk7s0ja8qq6lf8zgz"))))
(properties `((upstream-name . "snpStats")))
(build-system r-build-system)
(inputs (list zlib))