python312Packages.pytedee-async: 0.2.14 -> 0.2.15

This commit is contained in:
R. Ryantm 2024-03-06 13:56:53 +00:00
parent 45dd476c54
commit 5e9eeb3381

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pytedee-async";
version = "0.2.14";
version = "0.2.15";
pyproject = true;
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pytedee_async";
rev = "refs/tags/v${version}";
hash = "sha256-BtBHiDOYe8BkrqJEGG4eGKFMnCspCQK4fvcj2vvGmFM=";
hash = "sha256-in5umB3ewrx5de1OaWI1XpDaNgy2ZtLYr4lCswhcayg=";
};
nativeBuildInputs = [