3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.zeroconf: 0.39.0 -> 0.39.1

https://github.com/jstasiak/python-zeroconf/releases/tag/0.39.1
This commit is contained in:
Martin Weinelt 2022-09-08 01:51:09 +02:00
parent a470e50c68
commit 9ce2601c59

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "zeroconf";
version = "0.39.0";
version = "0.39.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
hash = "sha256-R6q5fq8P91q+qhy+lOCuoKUMFBvkKFsKLVCoqIy7Qpk=";
rev = "refs/tags/${version}";
hash = "sha256-fIp1RLf6qpo9s5fdgFt7yid6M/Sf3hmm8MZikjCiCu0=";
};
propagatedBuildInputs = [