Merge pull request #299519 from GaetanLepage/plotnine

python311Packages.plotnine: 0.13.2 -> 0.13.3
This commit is contained in:
OTABI Tomoya 2024-03-28 08:55:16 +09:00 committed by GitHub
commit b2df1789cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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