python3Packages.uproot: 5.6.7 -> 5.6.8

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

Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.6.8
This commit is contained in:
Gaetan Lepage
2025-10-29 21:17:25 +00:00
parent 480af89a4f
commit a5f79dcdae
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "uproot";
version = "5.6.7";
version = "5.6.8";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "uproot5";
tag = "v${version}";
hash = "sha256-4ClZ5XK5W9fseskYlfBmxO65OdfhJsV6Iaime7tGnOk=";
hash = "sha256-Kk8Paa6vx364BBfzfxh8f3muevwNg0I7n5CszjiWUo0=";
};
build-system = [