From d5470c17e432c2ca1b88fb3b94c6eddbb9b02bac Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 16 Dec 2024 15:21:46 +0100 Subject: [PATCH] python312Packages.plotnine: 0.14.3 -> 0.14.4 Diff: https://github.com/has2k1/plotnine/compare/refs/tags/v0.14.3...v0.14.4 Changelog: https://github.com/has2k1/plotnine/releases/tag/v0.14.4 --- pkgs/development/python-modules/plotnine/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/plotnine/default.nix b/pkgs/development/python-modules/plotnine/default.nix index f6f2a003b0cd8..6fd63a35390c1 100644 --- a/pkgs/development/python-modules/plotnine/default.nix +++ b/pkgs/development/python-modules/plotnine/default.nix @@ -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 = '' @@ -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 ]; };