gnu: r-greylistchip: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-greylistchip): Update to 1.24.0.
This commit is contained in:
parent
941a868515
commit
737a228702
1 changed files with 2 additions and 2 deletions
|
@ -4737,13 +4737,13 @@ posterior for individual coefficients.")
|
||||||
(define-public r-greylistchip
|
(define-public r-greylistchip
|
||||||
(package
|
(package
|
||||||
(name "r-greylistchip")
|
(name "r-greylistchip")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GreyListChIP" version))
|
(uri (bioconductor-uri "GreyListChIP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d1yvza1aw3vs3di6mrra5l52ig0p9bpzprrqvknjaz5i4yb8ma6"))))
|
"1g9ja8p90czx83ar0l9ran7m6aggvszdbqm714fq7z4rxq9b4hs3"))))
|
||||||
(properties `((upstream-name . "GreyListChIP")))
|
(properties `((upstream-name . "GreyListChIP")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue