mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05: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 @@ (define-public r-beadarraysnp
|
|||
(define-public r-beaddatapackr
|
||||
(package
|
||||
(name "r-beaddatapackr")
|
||||
(version "1.54.0")
|
||||
(version "1.56.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BeadDataPackR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sfpdpw6qqffzb9skzx9w1ggcixc3wry9c6f2kwpsykbdsnk90xz"))))
|
||||
"0wz3prri0mfjczmb432faxfjc99wg4lq26l3a60rmxyxq8mcnpkv"))))
|
||||
(properties `((upstream-name . "BeadDataPackR")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue