python3Packages.uproot: 5.7.5 -> 5.7.6

Diff: https://github.com/scikit-hep/uproot5/compare/v5.7.5...v5.7.6

Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.7.6
This commit is contained in:
Gaetan Lepage
2026-08-22 13:44:43 +00:00
parent 4b959c5c5a
commit 8b8b6ddd12

View File

@@ -27,7 +27,7 @@
buildPythonPackage (finalAttrs: {
pname = "uproot";
version = "5.7.5";
version = "5.7.6";
pyproject = true;
__structuredAttrs = true;
@@ -35,7 +35,7 @@ buildPythonPackage (finalAttrs: {
owner = "scikit-hep";
repo = "uproot5";
tag = "v${finalAttrs.version}";
hash = "sha256-McTYYA0A8P7Z7PxuTBg5upcOnMmBsfk64fHASMWegOs=";
hash = "sha256-9dUquO9B1WHPy8fjbaZVpdhY/2EtK+lxYp08tXuV3xY=";
};
build-system = [