Merge pull request #283588 from fabaff/aiocomelit-bump

python311Packages.aiocomelit: 0.7.3 -> 0.7.4
This commit is contained in:
Fabian Affolter
2024-01-25 08:13:01 +01:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aiocomelit";
version = "0.7.3";
version = "0.7.4";
format = "pyproject";
disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "chemelli74";
repo = "aiocomelit";
rev = "refs/tags/v${version}";
hash = "sha256-rtMR3j/DwHVgf4RYXx1Y+W/N8U5pSaLnRwnRmuLbFEY=";
hash = "sha256-F/blKd+6n/mTeqgmA5rVGz8DFJA+317T6sjYfsAAf2E=";
};
postPatch = ''