1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +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 (define-public r-snpstats
(package (package
(name "r-snpstats") (name "r-snpstats")
(version "1.56.0") (version "1.58.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "snpStats" version)) (uri (bioconductor-uri "snpStats" version))
(sha256 (sha256
(base32 (base32
"01nijl7cnzbv7pk803nv1fgqgikamlzqcah98s7051bn9xbdn2j8")))) "04p7dsyd1s9nxzg0fjwvxq7r1k94ncksbn0kk7s0ja8qq6lf8zgz"))))
(properties `((upstream-name . "snpStats"))) (properties `((upstream-name . "snpStats")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list zlib)) (inputs (list zlib))