[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: r-ggcyto: Update to 1.30.2.
From: |
guix-commits |
Subject: |
03/05: gnu: r-ggcyto: Update to 1.30.2. |
Date: |
Wed, 6 Mar 2024 05:33:13 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c202079ef8e4ca2e7b70d6fe80ca918a3324dddb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 6 11:31:32 2024 +0100
gnu: r-ggcyto: Update to 1.30.2.
* gnu/packages/bioconductor.scm (r-ggcyto): Update to 1.30.2.
Change-Id: I29c123aa60347b491412631f036923c3bbb7d6c9
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 09477a8266..5307455349 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18396,14 +18396,14 @@ manipulation of flow cytometry data.")
(define-public r-ggcyto
(package
(name "r-ggcyto")
- (version "1.30.0")
+ (version "1.30.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ggcyto" version))
(sha256
(base32
- "13zc5952drl187fl07v1nh6gv0g6ba11vxpxl4ghvavnknvi5phd"))))
+ "0ig23b6apyp35rxxiqd5nw46yjm2784njlafsgw98akhl8ck0g7n"))))
(properties `((upstream-name . "ggcyto")))
(build-system r-build-system)
(propagated-inputs