python311Packages.plotnine: 0.13.4 -> 0.13.5

This commit is contained in:
R. Ryantm 2024-04-28 09:14:00 +00:00
parent 9516f3c963
commit 5cf2e7ae75

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "plotnine";
version = "0.13.4";
version = "0.13.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "has2k1";
repo = "plotnine";
rev = "refs/tags/v${version}";
hash = "sha256-ylsaV5yWVbxvD74spAI5tDwIjjue7MOMaGgp4Dc8Nhk=";
hash = "sha256-vGxsBcY4CRT4rBUq0AQ4oo0etKK+CtUD487VvnoK/rI=";
};
postPatch = ''