python311Packages.uproot: 5.2.1 -> 5.2.2 (#284112)

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

authored by Gaétan Lepage and committed by GitHub ae78df7a 9c8d5c68

+6 -2
+6 -2
pkgs/development/python-modules/uproot/default.nix
··· 3 , fetchFromGitHub 4 , pythonOlder 5 , awkward 6 , hatchling 7 , numpy 8 , fsspec 9 , packaging 10 , pytestCheckHook 11 , lz4 12 , pytest-timeout ··· 18 19 buildPythonPackage rec { 20 pname = "uproot"; 21 - version = "5.2.1"; 22 pyproject = true; 23 24 disabled = pythonOlder "3.8"; ··· 27 owner = "scikit-hep"; 28 repo = "uproot5"; 29 rev = "refs/tags/v${version}"; 30 - hash = "sha256-3BGGtA99MoagFtGcCeGiDyvzqixf+lbEu9Dn/62RQto="; 31 }; 32 33 nativeBuildInputs = [ 34 hatchling 35 ]; 36 ··· 42 ]; 43 44 nativeCheckInputs = [ 45 pytestCheckHook 46 lz4 47 pytest-timeout
··· 3 , fetchFromGitHub 4 , pythonOlder 5 , awkward 6 + , hatch-vcs 7 , hatchling 8 , numpy 9 , fsspec 10 , packaging 11 + , pandas 12 , pytestCheckHook 13 , lz4 14 , pytest-timeout ··· 20 21 buildPythonPackage rec { 22 pname = "uproot"; 23 + version = "5.2.2"; 24 pyproject = true; 25 26 disabled = pythonOlder "3.8"; ··· 29 owner = "scikit-hep"; 30 repo = "uproot5"; 31 rev = "refs/tags/v${version}"; 32 + hash = "sha256-7X8oIMvOSC1JXQrZTPXLiqsUnfSc2Rx3KCvxKbhvPzM="; 33 }; 34 35 nativeBuildInputs = [ 36 + hatch-vcs 37 hatchling 38 ]; 39 ··· 45 ]; 46 47 nativeCheckInputs = [ 48 + pandas 49 pytestCheckHook 50 lz4 51 pytest-timeout