python3Packages.uproot: 5.6.4 -> 5.6.6

Diff: https://github.com/scikit-hep/uproot5/compare/v5.6.4...v5.6.6

Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.6.6
This commit is contained in:
Gaetan Lepage
2025-09-21 21:25:25 +00:00
parent 47a1390db3
commit dbf6982f43
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "uproot";
version = "5.6.4";
version = "5.6.6";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "uproot5";
tag = "v${version}";
hash = "sha256-2F2uatdrZd5p6baYuGj24EmUv045Jk3Pp76Zv6eH5yg=";
hash = "sha256-1zZr+SrGRNBz/Wd1cT2aYOH/MzSZTCuqxYIlA+NXqLk=";
};
build-system = [