gnu: r-hdcytodata: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-hdcytodata): Update to 1.24.0. Change-Id: Icf2ad5519ee710c3b275f2f608a2bc7674bf3805
This commit is contained in:
parent
38d81984dc
commit
3f122a9a1a
1 changed files with 2 additions and 2 deletions
|
@ -1980,13 +1980,13 @@ downloaded from Encode.")
|
||||||
(define-public r-hdcytodata
|
(define-public r-hdcytodata
|
||||||
(package
|
(package
|
||||||
(name "r-hdcytodata")
|
(name "r-hdcytodata")
|
||||||
(version "1.22.1")
|
(version "1.24.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "HDCytoData" version 'experiment))
|
(uri (bioconductor-uri "HDCytoData" version 'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1048xgypsw257ihy0ysfxy5443dzhzp2rkjjvpivvrhw4dzl25ir"))))
|
"0pmzgp7x1zam3b7agi8mdq14qmx8nln9lnhiglax2pvg2a5n4ii4"))))
|
||||||
(properties `((upstream-name . "HDCytoData")))
|
(properties `((upstream-name . "HDCytoData")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue