From c091d5b671a924ce34a4ab89acd3244d3eea0782 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 28 Apr 2025 22:26:36 +0200 Subject: [PATCH] python313Packages.pyarrow-hotfix: 0.6 -> 0.7 Diff: https://github.com/pitrou/pyarrow-hotfix/compare/refs/tags/v0.6...refs/tags/v0.7 Changelog: https://github.com/pitrou/pyarrow-hotfix/releases/tag/v0.7 --- pkgs/development/python-modules/pyarrow-hotfix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyarrow-hotfix/default.nix b/pkgs/development/python-modules/pyarrow-hotfix/default.nix index ae3b00fc1c05..f3d5083405bb 100644 --- a/pkgs/development/python-modules/pyarrow-hotfix/default.nix +++ b/pkgs/development/python-modules/pyarrow-hotfix/default.nix @@ -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 ];