Unverified Commit 3ee0e5b2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.uproot: 5.3.12 -> 5.4.0 (#343415)

parents 62332961 997db852
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "uproot";
  version = "5.3.12";
  version = "5.4.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
    owner = "scikit-hep";
    repo = "uproot5";
    rev = "refs/tags/v${version}";
    hash = "sha256-ozrC/I6CNHE/7S0ioL+ED9Vk6q0v3i4lNxv7ipvProk=";
    hash = "sha256-iCyGG4y7cnJqHEaqpzFc/LjWiLZw3HArU5hDtEyLgFo=";
  };

  build-system = [
@@ -49,6 +49,7 @@ buildPythonPackage rec {
    numpy
    fsspec
    packaging
    xxhash
  ];

  nativeCheckInputs = [
@@ -57,7 +58,6 @@ buildPythonPackage rec {
    pytest-timeout
    rangehttpserver
    scikit-hep-testdata
    xxhash
  ];

  preCheck = ''