me
/
guix
Archived
1
0
Fork 0

gnu: r-snpstats: Update to 1.48.0.

* gnu/packages/bioconductor.scm (r-snpstats): Update to 1.48.0.
master
zimoun 2022-11-17 03:50:32 +01:00 committed by Ricardo Wurmus
parent ddc7edf0b3
commit 1ff0bc4e7b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17046,14 +17046,14 @@ large-scale and fully automated analysis.")
(define-public r-snpstats
(package
(name "r-snpstats")
(version "1.46.0")
(version "1.48.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "snpStats" version))
(sha256
(base32
"0a5b5nqc7n965jk45ijwkzbn416ib4gfhp8xl39z8f2bdskip4a2"))))
"14rkrav4iydc85194skdy33sk365pjmmvxxvzaxxh0k9ds009qwx"))))
(properties `((upstream-name . "snpStats")))
(build-system r-build-system)
(inputs (list zlib))