Merge pull request #298003 from r-ryantm/auto-update/python312Packages.axis

python312Packages.axis: 56 -> 57

authored by Fabian Affolter and committed by GitHub e29d6979 9e8cbda5

+4 -4
+4 -4
pkgs/development/python-modules/axis/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "axis"; 16 - version = "56"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.11"; ··· 22 owner = "Kane610"; 23 repo = "axis"; 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-vHdLDqNCErP5Wf9HYJP0X2S3mFbXB7ouBxoKwBtfVL4="; 26 }; 27 28 postPatch = '' ··· 31 --replace-fail "wheel==0.40.0" "wheel" 32 ''; 33 34 - nativeBuildInputs = [ 35 setuptools 36 ]; 37 38 - propagatedBuildInputs = [ 39 async-timeout 40 attrs 41 httpx
··· 13 14 buildPythonPackage rec { 15 pname = "axis"; 16 + version = "57"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.11"; ··· 22 owner = "Kane610"; 23 repo = "axis"; 24 rev = "refs/tags/v${version}"; 25 + hash = "sha256-OW5QdQMPgWLlqGXW9Hi2y4Z4EVpTbNrbhN0Lra8zP4Q="; 26 }; 27 28 postPatch = '' ··· 31 --replace-fail "wheel==0.40.0" "wheel" 32 ''; 33 34 + build-system = [ 35 setuptools 36 ]; 37 38 + dependencies = [ 39 async-timeout 40 attrs 41 httpx