python311Packages.plotnine: 0.13.2 -> 0.13.3

Diff: https://github.com/has2k1/plotnine/compare/refs/tags/v0.13.2...v0.13.3

Changelog: https://github.com/has2k1/plotnine/releases/tag/v0.13.3
This commit is contained in:
Gaetan Lepage 2024-03-27 15:53:20 +01:00
parent d2cffdb66d
commit da779ed05b

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "plotnine"; pname = "plotnine";
version = "0.13.2"; version = "0.13.3";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "has2k1"; owner = "has2k1";
repo = "plotnine"; repo = "plotnine";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-GgkaFiRRVpr0TreAetpaiOjpsyLV2wfGQWvUdHJN2mg="; hash = "sha256-dbfbXYYmVdufTtrrllrqwe87LL1nYRar4RMLef7ajTQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [