me
/
guix
Archived
1
0
Fork 0

gnu: r-snprelate: Update to 1.36.1.

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

Change-Id: I5cf14d463c0f4ca3707a8ac33c7a06baa4337789
master
Ricardo Wurmus 2024-03-06 11:31:32 +01:00
parent 82a449419c
commit f3ea06baca
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -23016,13 +23016,13 @@ segmented data for individual and multiple arrays.")
(define-public r-snprelate
(package
(name "r-snprelate")
(version "1.36.0")
(version "1.36.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "SNPRelate" version))
(sha256
(base32
"0jw9ziz0a472mnnvmqwas5w646xfgx8dn1bdpwz8c99m663d8ayp"))))
"0d15r7qwwrr6m9saikx4x6hj56kb3p2w3v1awkgm3wfqfgdf1pin"))))
(properties `((upstream-name . "SNPRelate")))
(build-system r-build-system)
(propagated-inputs (list r-gdsfmt))