Unverified Commit 2ed24a9c authored by Someone's avatar Someone Committed by GitHub
Browse files

python3Packages.uproot: 5.6.4 -> 5.6.6 (#444626)

parents e3e071fc dbf6982f
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.4";
  version = "5.6.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scikit-hep";
    repo = "uproot5";
    tag = "v${version}";
    hash = "sha256-2F2uatdrZd5p6baYuGj24EmUv045Jk3Pp76Zv6eH5yg=";
    hash = "sha256-1zZr+SrGRNBz/Wd1cT2aYOH/MzSZTCuqxYIlA+NXqLk=";
  };

  build-system = [