Skip to content

Commit

Permalink
python312Packages.plotnine: 0.14.3 -> 0.14.4 (#365615)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 16, 2024
2 parents 1c8a5ba + d5470c1 commit 58583e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/plotnine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

buildPythonPackage rec {
pname = "plotnine";
version = "0.14.3";
version = "0.14.4";
pyproject = true;

src = fetchFromGitHub {
owner = "has2k1";
repo = "plotnine";
rev = "refs/tags/v${version}";
hash = "sha256-hGgPW40PEkOV1Z7gaqHtbx1ybdtEFYyz8fYUBMZchmU=";
tag = "v${version}";
hash = "sha256-pNbnbzmY3WMCfmuvaVa0JRuyadlvnVCIx5jtni/VcVI=";
};

postPatch = ''
Expand Down Expand Up @@ -111,7 +111,7 @@ buildPythonPackage rec {
meta = {
description = "Grammar of graphics for Python";
homepage = "https://plotnine.readthedocs.io/";
changelog = "https://github.com/has2k1/plotnine/releases/tag/v${version}";
changelog = "https://github.com/has2k1/plotnine/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ onny ];
};
Expand Down

0 comments on commit 58583e8

Please sign in to comment.