python312Packages.aiodhcpwatcher: 0.8.2 -> 1.0.1

https://github.com/bdraco/aiodhcpwatcher/blob/v1.0.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-04-03 21:44:44 +02:00
parent 2c7b03c09b
commit 5401a75a1d
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.2";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "bdraco";
repo = "aiodhcpwatcher";
rev = "v${version}";
hash = "sha256-yvmCp8luR26yFYun/YY/tt+peaAL4nOR9cC6lpMiJhk=";
hash = "sha256-0of+no92s9SEKG1tc9lFlWR8f5Jnf3C723goQViB6+A=";
};
postPatch = ''