python313Packages.aiodhcpwatcher: 1.1.1 -> 1.2.0
Diff: https://github.com/bdraco/aiodhcpwatcher/compare/v1.1.1...v1.2.0 Changelog: https://github.com/bdraco/aiodhcpwatcher/blob/v1.2.0/CHANGELOG.md
This commit is contained in:
parent
ce05daa162
commit
c63dd21a2a
@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiodhcpwatcher";
|
||||
version = "1.1.1";
|
||||
version = "1.2.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bdraco";
|
||||
repo = "aiodhcpwatcher";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-qdtOEfhBrLpO14IJNuTL71ajmf9sjgKgjuT/3Mqycc8=";
|
||||
hash = "sha256-Jyaxqs3vckXmqUNhYFA912abDhtZ9UBgGnm+qw/N9Ws=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user