3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-ggcyto: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-ggcyto): Update to 1.18.0.
This commit is contained in:
zimoun 2020-10-30 15:54:04 +01:00 committed by Ricardo Wurmus
parent b856a48768
commit 43bf50ecae
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6173,14 +6173,14 @@ manipulation of flow cytometry data.")
(define-public r-ggcyto
(package
(name "r-ggcyto")
(version "1.16.0")
(version "1.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ggcyto" version))
(sha256
(base32
"1ih6ggay7jjxnx8blc2sk95g8d40gkim145jllkk8sqwl02g44p0"))))
"0myjvhm9jjb9cih5nlka3f9zg5ncy8gy3krpdpa0618jdglvgr1m"))))
(properties `((upstream-name . "ggcyto")))
(build-system r-build-system)
(propagated-inputs