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

python312Packages.pytedee-async: 0.2.16 -> 0.2.17
This commit is contained in:
Fabian Affolter 2024-03-22 09:59:27 +01:00 committed by GitHub
commit 71ce9d787f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,14 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, setuptools
, pythonOlder
, aiohttp
, setuptools
}:
buildPythonPackage rec {
pname = "pytedee-async";
version = "0.2.16";
version = "0.2.17";
pyproject = true;
disabled = pythonOlder "3.9";
@ -17,14 +17,14 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pytedee_async";
rev = "refs/tags/v${version}";
hash = "sha256-MoAh5YYaZLF99fTFgErXunaLGT9hgInaZTjlDJcpSEw=";
hash = "sha256-5mCHCzoDJ6+ao2guhAtVjvPaAS6Hutn+NwaQIjWDlgo=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
aiohttp
];