python3Packages.plotnine: 0.15.5 -> 0.15.6

Diff: https://github.com/has2k1/plotnine/compare/v0.15.5...v0.15.6

Changelog: https://github.com/has2k1/plotnine/releases/tag/v0.15.6
This commit is contained in:
Gaetan Lepage
2026-06-12 15:44:21 +00:00
parent 05f468a750
commit e356cf3239
@@ -23,7 +23,7 @@
buildPythonPackage (finalAttrs: {
pname = "plotnine";
version = "0.15.5";
version = "0.15.6";
pyproject = true;
__structuredAttrs = true;
@@ -31,7 +31,7 @@ buildPythonPackage (finalAttrs: {
owner = "has2k1";
repo = "plotnine";
tag = "v${finalAttrs.version}";
hash = "sha256-o2yCZeYMIKpmJ7ekH4dCFZXnxyw7uN5rhXYehCNOOWI=";
hash = "sha256-5/1LV5MvqXZZiXxp1HnUb665kaRPfaiLH750iovoH4g=";
};
build-system = [ setuptools-scm ];