Merge pull request #286689 from fabaff/aiocomelit-bump

python311Packages.aiocomelit: 0.8.2 -> 0.8.3
This commit is contained in:
Nick Cao 2024-02-06 09:47:52 -05:00 committed by GitHub
commit 694d285b68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aiocomelit";
version = "0.8.2";
version = "0.8.3";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "chemelli74";
repo = "aiocomelit";
rev = "refs/tags/v${version}";
hash = "sha256-SjyC/KiszQVVmctyqCn3i0DureuCtDlUhJTHC6+PQ2c=";
hash = "sha256-og54xVby9kyLtsIBCmH3KjKSSWaxHtXCH+wvHdrGQAU=";
};
postPatch = ''