Merge pull request #296113 from GaetanLepage/plotnine

python311Packages.plotnine: 0.13.1 -> 0.13.2
This commit is contained in:
a-n-n-a-l-e-e 2024-03-15 04:14:02 -07:00 committed by GitHub
commit 2b0874f183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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