mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-baalchip: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-baalchip): Update to 1.30.0. [inputs]: Remove perl. Change-Id: I42125e71f8985a4b9d9e797b1178386d2f9d6451
This commit is contained in:
parent
e1c3e7b8d0
commit
204c59d2fd
1 changed files with 3 additions and 3 deletions
|
@ -4610,16 +4610,16 @@ (define-public r-awst
|
|||
(define-public r-baalchip
|
||||
(package
|
||||
(name "r-baalchip")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BaalChIP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d08mp12lw4qdy7w7i474ywcy2zgv940nc44w0gbb9h9dfl22crv"))))
|
||||
"1xm6czgbfz2rjrz5996d0n7xmlh9pd1mw9i8ac66pmn5fi44pbz2"))))
|
||||
(properties `((upstream-name . "BaalChIP")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list perl)) ; extra/get.overlaps.v2_chrXY.perl
|
||||
(inputs (list)) ; extra/get.overlaps.v2_chrXY.perl
|
||||
(propagated-inputs
|
||||
(list r-coda
|
||||
r-doby
|
||||
|
|
Loading…
Reference in a new issue