python312Packages.kubernetes-asyncio: 31.1.0 -> 32.3.0 (#399330)

authored by Pol Dellaiera and committed by GitHub 3e1832a4 5b23b92e

+2 -2
+2 -2
pkgs/development/python-modules/kubernetes-asyncio/default.nix
··· 21 22 buildPythonPackage rec { 23 pname = "kubernetes-asyncio"; 24 - version = "31.1.0"; 25 pyproject = true; 26 27 src = fetchFromGitHub { 28 owner = "tomplus"; 29 repo = "kubernetes_asyncio"; 30 tag = version; 31 - hash = "sha256-YKBqhUeLqLiQ6bK235zTm4salnSLUxl4DUiFLQSjWqw="; 32 }; 33 34 postPatch = ''
··· 21 22 buildPythonPackage rec { 23 pname = "kubernetes-asyncio"; 24 + version = "32.3.0"; 25 pyproject = true; 26 27 src = fetchFromGitHub { 28 owner = "tomplus"; 29 repo = "kubernetes_asyncio"; 30 tag = version; 31 + hash = "sha256-EqFecu389zS/DqwoMz9ptaLv+jwJhABTEdMv8nwCSTQ="; 32 }; 33 34 postPatch = ''