mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-allelicimbalance: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-allelicimbalance): Update to 1.22.0.
This commit is contained in:
parent
ee1a45d719
commit
9da2021f49
1 changed files with 2 additions and 2 deletions
|
@ -3578,14 +3578,14 @@ (define-public r-annotationtools
|
|||
(define-public r-allelicimbalance
|
||||
(package
|
||||
(name "r-allelicimbalance")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AllelicImbalance" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03524lj6aw9cskbpxzjmi9g708x6p94mf26yz4j941g1d0mc3z91"))))
|
||||
"1f51y8zjgz0wdd33qbs1gpnadbprixr4wcfvff6v3s09rmnr8fng"))))
|
||||
(properties
|
||||
`((upstream-name . "AllelicImbalance")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue