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