python3Packages.uproot: fix src hash (#538541)

This commit is contained in:
Connor Baker
2026-07-05 20:10:45 +00:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ buildPythonPackage (finalAttrs: {
owner = "scikit-hep";
repo = "uproot5";
tag = "v${finalAttrs.version}";
hash = "sha256-Ox+PfMlO1ijkSyUM78g9YthdjUo+l0+Idd0jy+a83wE=";
hash = "sha256-McTYYA0A8P7Z7PxuTBg5upcOnMmBsfk64fHASMWegOs=";
};
build-system = [