python312Packages.plotnine: 0.14.4 -> 0.14.5

Diff: https://github.com/has2k1/plotnine/compare/refs/tags/v0.14.4...v0.14.5

Changelog: https://github.com/has2k1/plotnine/releases/tag/v0.14.5
This commit is contained in:
Gaetan Lepage
2025-01-02 12:20:21 +01:00
parent d3d743323b
commit 5f7fc7beb0
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "plotnine";
version = "0.14.4";
version = "0.14.5";
pyproject = true;
src = fetchFromGitHub {
owner = "has2k1";
repo = "plotnine";
tag = "v${version}";
hash = "sha256-pNbnbzmY3WMCfmuvaVa0JRuyadlvnVCIx5jtni/VcVI=";
hash = "sha256-3ImNLmZ8RhhqRGv/FtdjbHmdOtgQC7hjUsViEQYE8Ao=";
};
postPatch = ''