Merge pull request #307427 from r-ryantm/auto-update/python311Packages.plotnine

python311Packages.plotnine: 0.13.4 -> 0.13.5
This commit is contained in:
OTABI Tomoya 2024-04-29 01:26:28 +09:00 committed by GitHub
commit 543f2781bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''