mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-hdcytodata: Update to 1.22.1.
* gnu/packages/bioconductor.scm (r-hdcytodata): Update to 1.22.1. Change-Id: I7c159709261c7862a171aac14962b4b18cf1459f
This commit is contained in:
parent
656baadf83
commit
8cbdeb44a9
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.22.0")
|
||||
(version "1.22.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "HDCytoData" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"1xqwkwxaaj5yylx9pzvka8pj9gxg1z4g23d2sralcvqzcz7q13zn"))))
|
||||
"1048xgypsw257ihy0ysfxy5443dzhzp2rkjjvpivvrhw4dzl25ir"))))
|
||||
(properties `((upstream-name . "HDCytoData")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue