python3Packages.uproot: 5.7.1 -> 5.7.2

Diff: https://github.com/scikit-hep/uproot5/compare/v5.7.1...v5.7.2

Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.7.2
This commit is contained in:
Gaetan Lepage
2026-03-14 11:47:13 +00:00
parent 30cd3eab62
commit 83fba023e5
@@ -27,14 +27,14 @@
buildPythonPackage (finalAttrs: {
pname = "uproot";
version = "5.7.1";
version = "5.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "uproot5";
tag = "v${finalAttrs.version}";
hash = "sha256-06pMcL2o5hHZLEbi8vdYhAAs5BBkHAskNHUB1o48KDU=";
hash = "sha256-5FTGUYn+wveNA10ccIVmDuAmAuCZ5DdMAhRXRIgExg8=";
};
build-system = [