diff options
| author | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2023-08-10 23:01:14 -0400 |
|---|---|---|
| committer | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2023-08-11 16:36:07 -0400 |
| commit | 11923c6c6ac687d554b52df6a018bdffaaee7cce (patch) | |
| tree | 5923262bc081984d798d305d1bca87ae4a1d500a | |
| parent | Merge pull request #248227 from r-ryantm/auto-update/speechd (diff) | |
| download | nixpkgs-origin/pr/uproot_5_0_11.tar.gz | |
python310Packages.uproot: 5.0.10 -> 5.0.11origin/pr/uproot_5_0_11
| -rw-r--r-- | pkgs/development/python-modules/uproot/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/uproot/default.nix b/pkgs/development/python-modules/uproot/default.nix index e0fb91744851..05c9579e89b4 100644 --- a/pkgs/development/python-modules/uproot/default.nix +++ b/pkgs/development/python-modules/uproot/default.nix @@ -1,6 +1,7 @@ { lib , buildPythonPackage , fetchFromGitHub +, fetchpatch , pythonOlder , awkward , hatchling @@ -17,7 +18,7 @@ buildPythonPackage rec { pname = "uproot"; - version = "5.0.10"; + version = "5.0.11"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -26,7 +27,7 @@ buildPythonPackage rec { owner = "scikit-hep"; repo = "uproot5"; rev = "refs/tags/v${version}"; - hash = "sha256-xLyb0isWQro6RlIT7a4IBkB+m0/fF55CRLrYgi5WLrM="; + hash = "sha256-qp1iffElJSAwqaycelnILBzeW8kG7Yy0R1bjMumW8UU="; }; nativeBuildInputs = [ @@ -67,6 +68,7 @@ buildPythonPackage rec { "tests/test_0066-fix-http-fallback-freeze.py" "tests/test_0088-read-with-http.py" "tests/test_0220-contiguous-byte-ranges-in-http.py" + "tests/test_0916-read-from-s3.py" ]; pythonImportsCheck = [ |
