Merge pull request #145924 from fabaff/bump-zeroconf

python3Packages.zeroconf: 0.36.12 -> 0.36.13
This commit is contained in:
Fabian Affolter 2021-11-15 08:43:27 +01:00 committed by GitHub
commit a0b6be6ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [