gnu: r-snprelate: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-snprelate): Update to 1.38.0.

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

View file

@ -23468,13 +23468,13 @@ (define-public r-snapcgh
(define-public r-snprelate
(package
(name "r-snprelate")
(version "1.36.1")
(version "1.38.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "SNPRelate" version))
(sha256
(base32
"0d15r7qwwrr6m9saikx4x6hj56kb3p2w3v1awkgm3wfqfgdf1pin"))))
"0znk9vvnahkypmkrx82r1ryp41xr675b4ddpgx0nl3708xhncz5f"))))
(properties `((upstream-name . "SNPRelate")))
(build-system r-build-system)
(propagated-inputs (list r-gdsfmt))