Merge pull request #303982 from fabaff/zeroconf-bump

python312Packages.zeroconf: 0.132.0 -> 0.132.2
This commit is contained in:
Fabian Affolter 2024-04-16 22:34:57 +02:00 committed by GitHub
commit 1f32dd51d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.132.0";
version = "0.132.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-eHB+SkJU5aTQPF7QqRhYHMBJgN7EYZkwtk7gjxWxIno=";
hash = "sha256-Jmz9zs//EVdBbEElq6OEfGZiOiMvjV5CJxZOM/lHvok=";
};
postPatch = ''