nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.mplhep: 0.3.58 -> 0.3.59 (#394370)

authored by

R. RyanTM and committed by
GitHub
ed2073bf 3c1ae469

+2 -2
+2 -2
pkgs/development/python-modules/mplhep/default.nix
··· 25 25 26 26 buildPythonPackage rec { 27 27 pname = "mplhep"; 28 - version = "0.3.58"; 28 + version = "0.3.59"; 29 29 pyproject = true; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "scikit-hep"; 33 33 repo = "mplhep"; 34 34 tag = "v${version}"; 35 - hash = "sha256-d2dVOWR982QxAe6JVLyRIafA6x7CcNBO155cXMkCbYk="; 35 + hash = "sha256-Xanj2AkFRq/zu2ntTHVt1QkikN0bYfRcBj6CBho15os="; 36 36 }; 37 37 38 38 build-system = [