python311Packages.plotnine: 0.13.1 -> 0.13.2

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

Changelog: https://github.com/has2k1/plotnine/releases/tag/v0.13.2
This commit is contained in:
Gaetan Lepage 2024-03-15 10:09:21 +01:00
parent 431fd13c27
commit dddf2e84a3

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