python312Packages.plotnine: 0.14.2 -> 0.14.3 (#359336)

This commit is contained in:
Sandro 2024-11-27 11:52:08 +01:00 committed by GitHub
commit 078f1251c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "plotnine";
version = "0.14.2";
version = "0.14.3";
pyproject = true;
src = fetchFromGitHub {
owner = "has2k1";
repo = "plotnine";
rev = "refs/tags/v${version}";
hash = "sha256-hO6HxzzCCFfZVvqCaFf7JfWYFFfU9umFgNM1+Z1HBuQ=";
hash = "sha256-hGgPW40PEkOV1Z7gaqHtbx1ybdtEFYyz8fYUBMZchmU=";
};
postPatch = ''