python312Packages.mplhep: 0.3.56 -> 0.3.57

authored by R. Ryantm and committed by Dmitry Kalinkin de0fe301 07fa717f

+3 -3
+3 -3
pkgs/development/python-modules/mplhep/default.nix
··· 25 26 buildPythonPackage rec { 27 pname = "mplhep"; 28 - version = "0.3.56"; 29 pyproject = true; 30 31 src = fetchFromGitHub { 32 owner = "scikit-hep"; 33 repo = "mplhep"; 34 tag = "v${version}"; 35 - hash = "sha256-sMJpJUEtIqmu7kCgZp43t9XLy/6nkDgKcxC4nFb+1po="; 36 }; 37 38 build-system = [ ··· 68 meta = { 69 description = "Extended histogram plots on top of matplotlib and HEP compatible styling similar to current collaboration requirements (ROOT)"; 70 homepage = "https://github.com/scikit-hep/mplhep"; 71 - changelog = "https://github.com/scikit-hep/mplhep/releases/tag/v${version}"; 72 license = with lib.licenses; [ mit ]; 73 maintainers = with lib.maintainers; [ veprbl ]; 74 };
··· 25 26 buildPythonPackage rec { 27 pname = "mplhep"; 28 + version = "0.3.57"; 29 pyproject = true; 30 31 src = fetchFromGitHub { 32 owner = "scikit-hep"; 33 repo = "mplhep"; 34 tag = "v${version}"; 35 + hash = "sha256-R0H/gp/8q6bUB2jCZUKiywz1fNQbzzRsuvjTQz0DeAo="; 36 }; 37 38 build-system = [ ··· 68 meta = { 69 description = "Extended histogram plots on top of matplotlib and HEP compatible styling similar to current collaboration requirements (ROOT)"; 70 homepage = "https://github.com/scikit-hep/mplhep"; 71 + changelog = "https://github.com/scikit-hep/mplhep/releases/tag/${src.tag}"; 72 license = with lib.licenses; [ mit ]; 73 maintainers = with lib.maintainers; [ veprbl ]; 74 };