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

python3Packages.uproot: 5.6.3 -> 5.6.4 (#429680)

parents a349b5a3 bad5ef5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

buildPythonPackage rec {
  pname = "uproot";
  version = "5.6.3";
  version = "5.6.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scikit-hep";
    repo = "uproot5";
    tag = "v${version}";
    hash = "sha256-B23LLc0GI1eeKn8eZLaDqeNHMQfvv52hSdgX/wv5OaE=";
    hash = "sha256-2F2uatdrZd5p6baYuGj24EmUv045Jk3Pp76Zv6eH5yg=";
  };

  build-system = [