python3Packages.uproot: 5.7.3 -> 5.7.4

Diff: https://github.com/scikit-hep/uproot5/compare/v5.7.3...v5.7.4

Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.7.4
This commit is contained in:
Gaetan Lepage
2026-05-04 22:58:25 +00:00
parent 80386726c3
commit 97ca4edda7
@@ -27,14 +27,15 @@
buildPythonPackage (finalAttrs: {
pname = "uproot";
version = "5.7.3";
version = "5.7.4";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "uproot5";
tag = "v${finalAttrs.version}";
hash = "sha256-16+AIHjGN/XbpyXLYATLzzBxl7kN9/XNyV5uz4LIZ2k=";
hash = "sha256-OUvU54mgQl8SjgxwGHXr5/w+X9hbTL3vzflsP7UlxlA=";
};
build-system = [