Skip to content

Commit

Permalink
python312Packages.plotnine: 0.14.0 -> 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Nov 5, 2024
1 parent 0d528e4 commit c0b75b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.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 = ''
Expand Down

0 comments on commit c0b75b0

Please sign in to comment.