3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.zeroconf: 0.36.12 -> 0.36.13

This commit is contained in:
Fabian Affolter 2021-11-14 13:09:12 +01:00
parent 161f6ec9a5
commit 82ec1bcecb

View file

@ -10,16 +10,16 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.36.12";
version = "0.36.13";
format = "setuptools";
disabled = pythonOlder "3.6";
# no tests in pypi sdist
src = fetchFromGitHub {
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
sha256 = "sha256-W66tL5uVcOhdahtYDYS8WYKXiz58UL6yEUp0uL9u5SI=";
sha256 = "sha256-aYNb67ESyz2Q2CKLhG+/Z8Xtt0Js8uf+xrVSEpY0X8c=";
};
propagatedBuildInputs = [