python3Packages.aioweenect: 1.1.5 -> 1.1.7

This commit is contained in:
R. Ryantm
2026-03-01 22:18:51 +00:00
parent 0b2e2c1364
commit eca4e2d631
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "aioweenect";
version = "1.1.5";
version = "1.1.7";
pyproject = true;
src = fetchFromGitHub {
owner = "eifinger";
repo = "aioweenect";
tag = "v${version}";
hash = "sha256-2qTjRXQdTExqY5/ckB6UrkmavzjZK/agfL9+o6fXS0M=";
hash = "sha256-YaIOCBBfL2lC6EPwBShVbPXiVlic7zK6pNOWjBJ/Y7I=";
};
postPatch = ''