Loading pkgs/development/python-modules/axis/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "axis"; version = "68"; version = "69"; pyproject = true; disabled = pythonOlder "3.14"; Loading @@ -24,13 +24,13 @@ buildPythonPackage rec { owner = "Kane610"; repo = "axis"; tag = "v${version}"; hash = "sha256-2a7zGgWc0QxxjCCg5yCfcepzLhEfvASv/Y8mDgl4y8M="; hash = "sha256-igeDyGKG235ooe/QrHjbya9WTCzwC8GfMoCwtpaBlR8="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools==82.0.1" "setuptools" \ --replace-fail "wheel==0.46.3" "wheel" --replace-fail "wheel==0.47.0" "wheel" ''; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/axis/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "axis"; version = "68"; version = "69"; pyproject = true; disabled = pythonOlder "3.14"; Loading @@ -24,13 +24,13 @@ buildPythonPackage rec { owner = "Kane610"; repo = "axis"; tag = "v${version}"; hash = "sha256-2a7zGgWc0QxxjCCg5yCfcepzLhEfvASv/Y8mDgl4y8M="; hash = "sha256-igeDyGKG235ooe/QrHjbya9WTCzwC8GfMoCwtpaBlR8="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools==82.0.1" "setuptools" \ --replace-fail "wheel==0.46.3" "wheel" --replace-fail "wheel==0.47.0" "wheel" ''; build-system = [ setuptools ]; Loading