diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-15 10:49:36 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:17 +0100 |
| commit | ea8f7de008d1516f6ecb85bb646b3de2ad271bcc (patch) | |
| tree | 091b2ddefc35992f53ce9cbb8e30d0eb14a4cfe6 /gnu/packages/bioconductor.scm | |
| parent | 9f298503bdedbd97cbf3263ce933477852bad8b0 (diff) | |
gnu: r-ggcyto: Update to 1.38.1.
* gnu/packages/bioconductor.scm (r-ggcyto): Update to 1.38.1.
Change-Id: Idb7f65900f13935b1e2195ab75107a24b38794c4
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/bioconductor.scm')
| -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 d6df64db36e..b7c24b4d9e8 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -22124,14 +22124,14 @@ manipulation of flow cytometry data.") (define-public r-ggcyto (package (name "r-ggcyto") - (version "1.38.0") + (version "1.38.1") (source (origin (method url-fetch) (uri (bioconductor-uri "ggcyto" version)) (sha256 (base32 - "0gpqwg8f2pwb9z9rjdmiy6x60zry2wwlf5xq44scv5dm6l2jfapw")))) + "13yg17hn6f6gsfr44gkm6rx0p1d0lvhp8rywyhpby4ckqzw6xwxb")))) (properties `((upstream-name . "ggcyto") ;; Avoid dependency cycle. |
