about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com>2024-01-04 14:14:02 +0100
committerGitHub <noreply@github.com>2024-01-04 08:14:02 -0500
commitebcb6e60cbea8cdd21f6d5c3b738d9fbe9fb19d3 (patch)
treec4849ac09598aa3a0a6eeb6b04b5bc49880d501e /pkgs
parent067787bc94c603716a70302e63342e61568507f2 (diff)
python311Packages.uproot: 5.2.0 -> 5.2.1 (#278584)
Diff: https://github.com/scikit-hep/uproot5/compare/refs/tags/v5.2.0...v5.2.1

Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.2.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/uproot/default.nix6
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 1fd62b8eb2fc2..79c925c012a59 100644
--- a/pkgs/development/python-modules/uproot/default.nix
+++ b/pkgs/development/python-modules/uproot/default.nix
@@ -18,7 +18,7 @@
 
 buildPythonPackage rec {
   pname = "uproot";
-  version = "5.2.0";
+  version = "5.2.1";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "scikit-hep";
     repo = "uproot5";
     rev = "refs/tags/v${version}";
-    hash = "sha256-Oig66OvnmuqT56UkAecSG9qg+qxEQINX/DWS30yq46s=";
+    hash = "sha256-3BGGtA99MoagFtGcCeGiDyvzqixf+lbEu9Dn/62RQto=";
   };
 
   nativeBuildInputs = [
@@ -59,6 +59,8 @@ buildPythonPackage rec {
     # Tests that try to download files
     "test_fallback"
     "test_file"
+    "test_fsspec_cache_http"
+    "test_fsspec_cache_http_directory"
     "test_fsspec_chunks"
     "test_fsspec_globbing_http"
     "test_fsspec_writing_memory"