mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-hdcytodata: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-hdcytodata): Update to 1.22.0. Change-Id: I06afd0ffdd8c1b77ce03e9aabe59f150c28e6141
This commit is contained in:
parent
c916f39b5c
commit
da790d92e5
1 changed files with 2 additions and 2 deletions
|
@ -1971,13 +1971,13 @@ (define-public r-genomationdata
|
|||
(define-public r-hdcytodata
|
||||
(package
|
||||
(name "r-hdcytodata")
|
||||
(version "1.18.0")
|
||||
(version "1.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "HDCytoData" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"1fn8q6ds10z3ymdarkfyh88pcqnrry9yhzammp84vf86f0bl8mrc"))))
|
||||
"1xqwkwxaaj5yylx9pzvka8pj9gxg1z4g23d2sralcvqzcz7q13zn"))))
|
||||
(properties `((upstream-name . "HDCytoData")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue