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

python313Packages.pyarrow-hotfix: 0.6 -> 0.7 (#402628)

parents bdb73c5c c091d5b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "pyarrow-hotfix";
  version = "0.6";
  version = "0.7";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "pitrou";
    repo = "pyarrow-hotfix";
    tag = "v${version}";
    hash = "sha256-LlSbxIxvouzvlP6PB8J8fJaxWoRbxz4wTs7Gb5LbM4A=";
    hash = "sha256-9K7rQUSd+at1WghTP8DlD44Op2VkvN1vlzF3ZLEIaRE=";
  };

  nativeBuildInputs = [ hatchling ];