python312Packages.plotnine: 0.14.0 -> 0.14.1

Diff:
https://github.com/has2k1/plotnine/compare/refs/tags/v0.14.0...v0.14.1

Changelog: https://github.com/has2k1/plotnine/releases/tag/v0.14.1
This commit is contained in:
Gaetan Lepage 2024-11-05 16:45:49 +01:00
parent 0d528e4772
commit c0b75b073e

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "plotnine";
version = "0.14.0";
version = "0.14.1";
pyproject = true;
src = fetchFromGitHub {
owner = "has2k1";
repo = "plotnine";
rev = "refs/tags/v${version}";
hash = "sha256-4x7euxf+G/HaqC3LVD7TCQEVcihdb/FSMqRvMWAqhgo=";
hash = "sha256-K2Feqg3UiffZ4izYzrCW+iu7dH61sItOUVtwvzTMth0=";
};
postPatch = ''