mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -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
|
(define-public r-allelicimbalance
|
||||||
(package
|
(package
|
||||||
(name "r-allelicimbalance")
|
(name "r-allelicimbalance")
|
||||||
(version "1.38.0")
|
(version "1.40.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AllelicImbalance" version))
|
(uri (bioconductor-uri "AllelicImbalance" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ms3x3x2gvhgllff3nwawg5jlpmgx6dhwll0dghklnv3lssbx4c7"))))
|
"0p7l856a46zzla8brsg901pmh5738j63h7h7rn3da94ny8k417mf"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AllelicImbalance")))
|
`((upstream-name . "AllelicImbalance")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue