1
0
forked from tribes/guix

gnu: r-complexheatmap: Update to 2.28.0.

* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.28.0.

Change-Id: If8ee31f2f7feabf42f016f7498114fce5d0a31a7
This commit is contained in:
Ricardo Wurmus
2026-05-01 22:14:32 +02:00
parent 02fdbc8cf0
commit c8c95988e7
+2 -2
View File
@@ -9128,14 +9128,14 @@ experiments.")
(define-public r-complexheatmap
(package
(name "r-complexheatmap")
(version "2.26.1")
(version "2.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version))
(sha256
(base32
"1nhpifm5jq0ibh6s5vvjrym42rfk7cfjrnaks8xdrg5vr635xrww"))))
"1i8rnj5c7f16g4hjb20r3242z6inhyf1wmld0yhxyp6l3jjmyhxk"))))
(properties
`((upstream-name . "ComplexHeatmap")))
(build-system r-build-system)