me
/
guix
Archived
1
0
Fork 0

gnu: r-snpstats: Update to 1.52.0.

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

Change-Id: Ia770e5b05a7998d552b8ccb5386ddc1ad6722217
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -22010,14 +22010,14 @@ whole-genome and whole-exome variant data.")
(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))