Unverified Commit 6168b735 authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.uproot: 5.7.1 -> 5.7.2 (#499805)

parents 94933add 83fba023
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

buildPythonPackage (finalAttrs: {
  pname = "uproot";
  version = "5.7.1";
  version = "5.7.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scikit-hep";
    repo = "uproot5";
    tag = "v${finalAttrs.version}";
    hash = "sha256-06pMcL2o5hHZLEbi8vdYhAAs5BBkHAskNHUB1o48KDU=";
    hash = "sha256-5FTGUYn+wveNA10ccIVmDuAmAuCZ5DdMAhRXRIgExg8=";
  };

  build-system = [