summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-08-17 00:08:47 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-08-17 00:08:47 +0200
commit1ccced5932f904a71965b50f052d487643e22875 (patch)
treee3725bad0255b9c1671b0bf301406a319b26692a /pkgs/development/python-modules
parent57b6c8c5b280ac06e1005ba92592b5a213d96695 (diff)
python3Packages.zeroconf: 0.35.1 -> 0.36.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/zeroconf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/zeroconf/default.nix b/pkgs/development/python-modules/zeroconf/default.nix
index 84567049c10a..4cda57cd9a23 100644
--- a/pkgs/development/python-modules/zeroconf/default.nix
+++ b/pkgs/development/python-modules/zeroconf/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "zeroconf";
- version = "0.35.1";
+ version = "0.36.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
- sha256 = "sha256-zEi5wVxPeIdP+1mn9DOSIVtNNFgjnEUdEnWU+FSoM7A=";
+ sha256 = "sha256-HeqsyAmqCUZ1htTv0tHywqYl3ZZBklTU37qaPV++vhU=";
};
propagatedBuildInputs = [