Merge pull request #295331 from r-ryantm/auto-update/python312Packages.pytedee-async

python312Packages.pytedee-async: 0.2.15 -> 0.2.16

authored by Nick Cao and committed by GitHub f03fedfd e43e65b0

+2 -2
+2 -2
pkgs/development/python-modules/pytedee-async/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pytedee-async"; 11 - version = "0.2.15"; 11 + version = "0.2.16"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.9"; ··· 17 17 owner = "zweckj"; 18 18 repo = "pytedee_async"; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-in5umB3ewrx5de1OaWI1XpDaNgy2ZtLYr4lCswhcayg="; 20 + hash = "sha256-MoAh5YYaZLF99fTFgErXunaLGT9hgInaZTjlDJcpSEw="; 21 21 }; 22 22 23 23 nativeBuildInputs = [