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

python312Packages.pytedee-async: 0.2.15 -> 0.2.16
This commit is contained in:
Nick Cao
2024-03-12 15:13:11 -04:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pytedee-async";
version = "0.2.15";
version = "0.2.16";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pytedee_async";
rev = "refs/tags/v${version}";
hash = "sha256-in5umB3ewrx5de1OaWI1XpDaNgy2ZtLYr4lCswhcayg=";
hash = "sha256-MoAh5YYaZLF99fTFgErXunaLGT9hgInaZTjlDJcpSEw=";
};
nativeBuildInputs = [