forked from mirrors/nixpkgs
python311Packages.zeroconf: 0.128.0 -> 0.128.4
Diff: https://github.com/jstasiak/python-zeroconf/compare/refs/tags/0.128.0...0.128.4 Changelog: https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.128.4
This commit is contained in:
parent
7d6c3583af
commit
d3edf81c96
|
@ -14,7 +14,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zeroconf";
|
||||
version = "0.128.0";
|
||||
version = "0.128.4";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||
owner = "jstasiak";
|
||||
repo = "python-zeroconf";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-44Ibjbimpl+KSnQ2QMwVg79F38gdWPYTR/ZRyW7JHEU=";
|
||||
hash = "sha256-yNPILYI3zAY4LCWvfKw7iu0H0UNbhfhC9Vyp9fdjwbI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue