diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 12:32:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:16 +0200 |
commit | 3b1f4f041da40c8ceab8af602a6ce074d56c844b (patch) | |
tree | 5ccabb5f8798f01c3628841a69122acceef18827 | |
parent | 89a647662c77356c19768d8ba91cae656fc7592c (diff) |
gnu: r-macrophage: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-macrophage): Update to 1.20.0.
Change-Id: I589dd25948fedd3bbe91fddada8e155567cf2d93
-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 b9940124b6..077cc0293c 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2081,14 +2081,14 @@ please use the package TFBSTools.") (define-public r-macrophage (package (name "r-macrophage") - (version "1.18.0") + (version "1.20.0") (source (origin (method url-fetch) (uri (bioconductor-uri "macrophage" version 'experiment)) (sha256 (base32 - "10d69v34fhxfy4nhw8h50j4q5kblm032cmjnparxm5gm7ksiqwxy")))) + "11ydl4srfxbcqnb42kwk783xd74231g6vgp1f0qs3hl8slc1hk1w")))) (properties `((upstream-name . "macrophage"))) (build-system r-build-system) (native-inputs (list r-knitr)) |