python312Packages.uproot: 5.3.10 -> 5.3.11 (#337107)

Diff: https://github.com/scikit-hep/uproot5/compare/refs/tags/v5.3.10...v5.3.11

Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.3.11

authored by Gaétan Lepage and committed by GitHub 1171e349 032e2d59

+12 -5
+12 -5
pkgs/development/python-modules/uproot/default.nix
··· 1 1 { 2 2 lib, 3 3 buildPythonPackage, 4 - fetchFromGitHub, 5 4 pythonOlder, 6 - awkward, 7 - cramjam, 5 + fetchFromGitHub, 6 + 7 + # build-system 8 8 hatch-vcs, 9 9 hatchling, 10 + 11 + # dependencies 12 + awkward, 13 + cramjam, 10 14 numpy, 11 15 fsspec, 12 16 packaging, 17 + 18 + # checks 13 19 pandas, 14 20 pytestCheckHook, 15 21 pytest-timeout, ··· 20 26 21 27 buildPythonPackage rec { 22 28 pname = "uproot"; 23 - version = "5.3.10"; 29 + version = "5.3.11"; 24 30 pyproject = true; 25 31 26 32 disabled = pythonOlder "3.8"; ··· 29 35 owner = "scikit-hep"; 30 36 repo = "uproot5"; 31 37 rev = "refs/tags/v${version}"; 32 - hash = "sha256-2cTa6AaN4BMJuzLhU9G4e0yl1kqyxblLWsSaIOHYS+o="; 38 + hash = "sha256-MQdSUB9m1BNg+/ybdNrho0V+LlNKavmFdBdBKLhHt2w="; 33 39 }; 34 40 35 41 build-system = [ ··· 87 93 # Cyclic dependency with dask-awkward 88 94 "test_dask_duplicated_keys" 89 95 "test_decompression_executor_for_dask" 96 + "test_decompression_threadpool_executor_for_dask" 90 97 ]; 91 98 92 99 disabledTestPaths = [