me
/
guix
Archived
1
0
Fork 0

gnu: r-allelicimbalance: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-allelicimbalance): Update to 1.38.0.
master
Ricardo Wurmus 2023-04-28 19:01:07 +02:00
parent ecc70c623f
commit bade0db654
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13655,14 +13655,14 @@ text files).")
(define-public r-allelicimbalance
(package
(name "r-allelicimbalance")
(version "1.36.0")
(version "1.38.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AllelicImbalance" version))
(sha256
(base32
"0zn8pp4pl5wr957mf6agjpn61f9qpnjx0nbxb5wnbr40672x0263"))))
"1ms3x3x2gvhgllff3nwawg5jlpmgx6dhwll0dghklnv3lssbx4c7"))))
(properties
`((upstream-name . "AllelicImbalance")))
(build-system r-build-system)