diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 12:32:23 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:16 +0200 |
commit | 3f122a9a1aaa010c106ada1404869293c2042a6a (patch) | |
tree | d61dda1c3721be3696311495f62070fca5290505 | |
parent | 38d81984dc9d36f1054ca4651effcf7d2d2132c8 (diff) |
gnu: r-hdcytodata: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-hdcytodata): Update to 1.24.0.
Change-Id: Icf2ad5519ee710c3b275f2f608a2bc7674bf3805
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index dc7ecb9765..e3062451d8 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1980,13 +1980,13 @@ downloaded from Encode.") (define-public r-hdcytodata (package (name "r-hdcytodata") - (version "1.22.1") + (version "1.24.0") (source (origin (method url-fetch) (uri (bioconductor-uri "HDCytoData" version 'experiment)) (sha256 (base32 - "1048xgypsw257ihy0ysfxy5443dzhzp2rkjjvpivvrhw4dzl25ir")))) + "0pmzgp7x1zam3b7agi8mdq14qmx8nln9lnhiglax2pvg2a5n4ii4")))) (properties `((upstream-name . "HDCytoData"))) (build-system r-build-system) (arguments |