python312Packages.aiodhcpwatcher: 0.8.1 -> 0.8.2

https://github.com/bdraco/aiodhcpwatcher/blob/v0.8.2/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-03-22 17:30:18 +01:00
parent fbfd0ba176
commit a3f54c2fcb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "aiodhcpwatcher";
version = "0.8.1";
version = "0.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "bdraco";
repo = "aiodhcpwatcher";
rev = "v${version}";
hash = "sha256-t0roU91WblymcY69ieRq9zjlCq+gdJ0eDCkIoNQNjsc=";
hash = "sha256-yvmCp8luR26yFYun/YY/tt+peaAL4nOR9cC6lpMiJhk=";
};
postPatch = ''