Unverified Commit 6cb0be2c authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files
parent 33319c30
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -20,19 +20,18 @@
  pyarrow,
  pytest-xdist,
  pytestCheckHook,
  pythonAtLeast,
}:

buildPythonPackage rec {
  pname = "awkward";
  version = "2.8.0";
  version = "2.8.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scikit-hep";
    repo = "awkward";
    tag = "v${version}";
    hash = "sha256-dr8DUY6T6fvtMASdM9U+XQN0dVP8AKvwa1gwHfOz3Dw=";
    hash = "sha256-37yUZSD9c92ydjjt5Z7KnUzfSMAQM37Ah4WGp9HWiDs=";
  };

  build-system = [