Merge pull request #291327 from fabaff/pytedee-async-bump

python312Packages.pytedee-async: 0.2.13 -> 0.2.14
This commit is contained in:
Nick Cao 2024-02-25 11:06:10 -05:00 committed by GitHub
commit 1f1b9e283b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pytedee-async";
version = "0.2.13";
version = "0.2.14";
pyproject = true;
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pytedee_async";
rev = "refs/tags/v${version}";
hash = "sha256-3W+eqkniDMoDKeute5w1QyklOc/aren/Q8txBEI/4ys=";
hash = "sha256-BtBHiDOYe8BkrqJEGG4eGKFMnCspCQK4fvcj2vvGmFM=";
};
nativeBuildInputs = [