mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-beaddatapackr: Update to 1.56.0.
* gnu/packages/bioconductor.scm (r-beaddatapackr): Update to 1.56.0. Change-Id: I0df5dc9740ef5a618d5ee63f30236a885f64d5f4
This commit is contained in:
parent
5788a467bf
commit
a0066612c4
1 changed files with 2 additions and 2 deletions
|
@ -22171,13 +22171,13 @@ performs copy number calculations and reports.")
|
||||||
(define-public r-beaddatapackr
|
(define-public r-beaddatapackr
|
||||||
(package
|
(package
|
||||||
(name "r-beaddatapackr")
|
(name "r-beaddatapackr")
|
||||||
(version "1.54.0")
|
(version "1.56.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BeadDataPackR" version))
|
(uri (bioconductor-uri "BeadDataPackR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sfpdpw6qqffzb9skzx9w1ggcixc3wry9c6f2kwpsykbdsnk90xz"))))
|
"0wz3prri0mfjczmb432faxfjc99wg4lq26l3a60rmxyxq8mcnpkv"))))
|
||||||
(properties `((upstream-name . "BeadDataPackR")))
|
(properties `((upstream-name . "BeadDataPackR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue