From 341687234c498de285c612acbe5d67cb93c425c4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 16 Aug 2026 03:02:28 +0000 Subject: [PATCH] python3Packages.mplhep: 1.3.2 -> 1.3.3 --- pkgs/development/python-modules/mplhep/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/mplhep/default.nix b/pkgs/development/python-modules/mplhep/default.nix index f46e121118af..f459e30ad843 100644 --- a/pkgs/development/python-modules/mplhep/default.nix +++ b/pkgs/development/python-modules/mplhep/default.nix @@ -25,7 +25,7 @@ buildPythonPackage (finalAttrs: { pname = "mplhep"; - version = "1.3.2"; + version = "1.3.3"; pyproject = true; __structuredAttrs = true; @@ -33,7 +33,7 @@ buildPythonPackage (finalAttrs: { owner = "scikit-hep"; repo = "mplhep"; tag = "v${finalAttrs.version}"; - hash = "sha256-EqHAj23PylGS+VTSMK2B80TXXj8CYTyWfkDqmFTMhGo="; + hash = "sha256-EiLhxkuHDxslz2HH/WIc20eYCJECXV414qnJdsUSVQY="; }; build-system = [