mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-snprelate: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-snprelate): Update to 1.36.0. Change-Id: I79ab3d448ab4b10a97d9c9d36b3b849a7c491508
This commit is contained in:
parent
bbe5704c17
commit
3b0e948493
1 changed files with 2 additions and 2 deletions
|
@ -21975,13 +21975,13 @@ (define-public r-snapcgh
|
|||
(define-public r-snprelate
|
||||
(package
|
||||
(name "r-snprelate")
|
||||
(version "1.34.1")
|
||||
(version "1.36.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SNPRelate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0js932qvhlwmnrr2jfvsch2zm6w6a1z5wydns3r1bw24r817dlgh"))))
|
||||
"0jw9ziz0a472mnnvmqwas5w646xfgx8dn1bdpwz8c99m663d8ayp"))))
|
||||
(properties `((upstream-name . "SNPRelate")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-gdsfmt))
|
||||
|
|
Loading…
Reference in a new issue