Skip to content

Commit 58583e8

Browse files
authored
python312Packages.plotnine: 0.14.3 -> 0.14.4 (NixOS#365615)
2 parents 1c8a5ba + d5470c1 commit 58583e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/plotnine/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
buildPythonPackage rec {
2424
pname = "plotnine";
25-
version = "0.14.3";
25+
version = "0.14.4";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "has2k1";
3030
repo = "plotnine";
31-
rev = "refs/tags/v${version}";
32-
hash = "sha256-hGgPW40PEkOV1Z7gaqHtbx1ybdtEFYyz8fYUBMZchmU=";
31+
tag = "v${version}";
32+
hash = "sha256-pNbnbzmY3WMCfmuvaVa0JRuyadlvnVCIx5jtni/VcVI=";
3333
};
3434

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

0 commit comments

Comments
 (0)