mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-allelicimbalance: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-allelicimbalance): Update to 1.24.0.
This commit is contained in:
parent
3a35d27450
commit
50e6f76278
1 changed files with 2 additions and 2 deletions
|
@ -4019,14 +4019,14 @@ (define-public r-annotationtools
|
|||
(define-public r-allelicimbalance
|
||||
(package
|
||||
(name "r-allelicimbalance")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AllelicImbalance" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f51y8zjgz0wdd33qbs1gpnadbprixr4wcfvff6v3s09rmnr8fng"))))
|
||||
"0vy8w7ii2qljsmq8lr21lygkcrsshc7syyqhadlbxyj3scgi7kyc"))))
|
||||
(properties
|
||||
`((upstream-name . "AllelicImbalance")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue