Fabian Affolter 2023-09-27 12:07:54 +02:00
parent f3dab3509a
commit db89ce7e1e

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.112.0";
version = "0.113.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-A/5c3SV9rn71RZgjHq4NJDphg8u0ZlHtCbFHe5+UybI=";
hash = "sha256-s4gW7U3Smrq0hMWiw8+HpM5ijo6fU+CAh6k/7VFHx9I=";
};
nativeBuildInputs = [