mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-allelicimbalance: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-allelicimbalance): Update to 1.40.0. Change-Id: I89a4410e142a0f00942765d98fa1a8ba27706c75
This commit is contained in:
parent
b107aaf47a
commit
0eb64979aa
1 changed files with 2 additions and 2 deletions
|
@ -15737,14 +15737,14 @@ (define-public r-annotationtools
|
|||
(define-public r-allelicimbalance
|
||||
(package
|
||||
(name "r-allelicimbalance")
|
||||
(version "1.38.0")
|
||||
(version "1.40.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AllelicImbalance" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ms3x3x2gvhgllff3nwawg5jlpmgx6dhwll0dghklnv3lssbx4c7"))))
|
||||
"0p7l856a46zzla8brsg901pmh5738j63h7h7rn3da94ny8k417mf"))))
|
||||
(properties
|
||||
`((upstream-name . "AllelicImbalance")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue