Merge pull request #280673 from r-ryantm/auto-update/python311Packages.aiocomelit

python311Packages.aiocomelit: 0.7.0 -> 0.7.3
This commit is contained in:
Nick Cao 2024-01-13 10:39:24 -05:00 committed by GitHub
commit a0bda17a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aiocomelit";
version = "0.7.0";
version = "0.7.3";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "chemelli74";
repo = "aiocomelit";
rev = "refs/tags/v${version}";
hash = "sha256-xUtLRHNsv1q6QV6dYsS2OBQj/HsiZDfPhqMPDwNKS7A=";
hash = "sha256-rtMR3j/DwHVgf4RYXx1Y+W/N8U5pSaLnRwnRmuLbFEY=";
};
postPatch = ''