python312Packages.aioairq: 0.4.2 -> 0.4.3 (#357778)

authored by Nick Cao and committed by GitHub 54cc32c9 efcc81f5

+2 -2
+2 -2
pkgs/development/python-modules/aioairq/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "aioairq"; 15 - version = "0.4.2"; 16 pyproject = true; 17 18 disabled = pythonOlder "3.9"; ··· 21 owner = "CorantGmbH"; 22 repo = "aioairq"; 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-ppjhGBAoA5iV+ZfUKkUCNJRYN82JtclRe36pbe85i5w="; 25 }; 26 27 build-system = [ setuptools ];
··· 12 13 buildPythonPackage rec { 14 pname = "aioairq"; 15 + version = "0.4.3"; 16 pyproject = true; 17 18 disabled = pythonOlder "3.9"; ··· 21 owner = "CorantGmbH"; 22 repo = "aioairq"; 23 rev = "refs/tags/v${version}"; 24 + hash = "sha256-Bgzwu/9Eu3Miw0eFb0b9jbD8yuPcBlJFnVyom+CsZBE="; 25 }; 26 27 build-system = [ setuptools ];