python311Packages.pytedee-async: 0.2.11 -> 0.2.12

This commit is contained in:
R. Ryantm 2024-01-25 15:35:59 +00:00
parent 5af80acc9a
commit 64e86afe83

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pytedee-async";
version = "0.2.11";
version = "0.2.12";
pyproject = true;
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pytedee_async";
rev = "refs/tags/v${version}";
hash = "sha256-mBTY2JU79Hk6P+oWQ+2FD0BYHL1c865EvnTUl6H+gnk=";
hash = "sha256-eepN5Urr9fp1780iy3Z4sot+hXvMCxMGodYBdRdDj9Y=";
};
nativeBuildInputs = [