gnu: r-hdcytodata: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-hdcytodata): Update to 1.22.0. Change-Id: I06afd0ffdd8c1b77ce03e9aabe59f150c28e6141master
parent
c916f39b5c
commit
da790d92e5
|
@ -1971,13 +1971,13 @@ downloaded from Encode.")
|
||||||
(define-public r-hdcytodata
|
(define-public r-hdcytodata
|
||||||
(package
|
(package
|
||||||
(name "r-hdcytodata")
|
(name "r-hdcytodata")
|
||||||
(version "1.18.0")
|
(version "1.22.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
|
||||||
"1fn8q6ds10z3ymdarkfyh88pcqnrry9yhzammp84vf86f0bl8mrc"))))
|
"1xqwkwxaaj5yylx9pzvka8pj9gxg1z4g23d2sralcvqzcz7q13zn"))))
|
||||||
(properties `((upstream-name . "HDCytoData")))
|
(properties `((upstream-name . "HDCytoData")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue