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

Changed files
+2 -2
pkgs
development
python-modules
uproot
+2 -2
pkgs/development/python-modules/uproot/default.nix
···
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 = [