python3Packages.zeroconf: 0.38.3 -> 0.38.4

This commit is contained in:
Fabian Affolter 2022-03-01 10:31:02 +01:00 committed by Jonathan Ringer
parent fc0ffea2e2
commit 5c83eaa1a1

View File

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zeroconf"; pname = "zeroconf";
version = "0.38.3"; version = "0.38.4";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "jstasiak"; owner = "jstasiak";
repo = "python-zeroconf"; repo = "python-zeroconf";
rev = version; rev = version;
sha256 = "sha256-pLTqnIbe7rTZrQFe//0/h5Tyx0GzJW+q9mUuDNifo/0="; sha256 = "sha256-CLV1/maraSJ3GWnyN/0rLyEyWoQIL18rhm35llgvthw=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [