python3Packages.uproot: 5.6.8 -> 5.6.9

Diff: https://github.com/scikit-hep/uproot5/compare/v5.6.8...v5.6.9

Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.6.9
This commit is contained in:
Gaetan Lepage
2025-12-16 14:23:51 +00:00
parent d85ef06512
commit 2c35b76de9
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "uproot";
version = "5.6.8";
version = "5.6.9";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "uproot5";
tag = "v${version}";
hash = "sha256-Kk8Paa6vx364BBfzfxh8f3muevwNg0I7n5CszjiWUo0=";
hash = "sha256-y1+BPSIFWH+6QI0RaeyoCzVYJkvPqY/jictRNa5qfOY=";
};
build-system = [