python3Packages.plotnine: 0.15.1 -> 0.15.2

Diff: https://github.com/has2k1/plotnine/compare/v0.15.1...v0.15.2

Changelog: https://github.com/has2k1/plotnine/releases/tag/v0.15.2
This commit is contained in:
Gaetan Lepage
2025-12-12 11:10:00 +00:00
parent 27225de9f2
commit 7fb6d7ffc7
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "plotnine";
version = "0.15.1";
version = "0.15.2";
pyproject = true;
src = fetchFromGitHub {
owner = "has2k1";
repo = "plotnine";
tag = "v${version}";
hash = "sha256-vYrfA7x/64VHHbcgpvQZ1kyHM0jTS9Cx9a8NzVgs4og=";
hash = "sha256-JjSBcPRMmxAIoQsr8ESfgcf+EWBLsq1H+q56iyD3X84=";
};
build-system = [ setuptools-scm ];