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

python311Packages.pytedee-async: 0.2.12 -> 0.2.13
This commit is contained in:
Fabian Affolter 2024-02-01 18:17:08 +01:00 committed by GitHub
commit 4948fe212d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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