3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #199405 from fabaff/zeroconf-bump

python310Packages.zeroconf: 0.39.3 -> 0.39.4
This commit is contained in:
Fabian Affolter 2022-11-04 01:31:40 +01:00 committed by GitHub
commit e9e7d116e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.39.3";
version = "0.39.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-bzD8i97m6iHsHiGJHlyRuhtKBqQiAb6YEOglIIGn2no=";
hash = "sha256-CUHpTtCQBuuy8E8bjxfhGOIKr9n2Gdhg/RIyv6OWGvI=";
};
propagatedBuildInputs = [