mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
38f7662dc5
commit
50df6f88e3
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue