summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-06-15 16:15:34 +0200
committerGitHub <noreply@github.com>2022-06-15 16:15:34 +0200
commitf554c3e0f148ce37a1f636b7754407be3e5bb4a8 (patch)
treef5e2c8d19d7765e8667f2cd50427a590539a464e
parent5dfee39f66f66319507d9a04cf0efb7fbd2f6b4c (diff)
parent7a2896459ab63c77af7ff7e7faa27235031e865a (diff)
downloadnixpkgs-f554c3e0f148ce37a1f636b7754407be3e5bb4a8.tar
nixpkgs-f554c3e0f148ce37a1f636b7754407be3e5bb4a8.tar.gz
nixpkgs-f554c3e0f148ce37a1f636b7754407be3e5bb4a8.tar.bz2
nixpkgs-f554c3e0f148ce37a1f636b7754407be3e5bb4a8.tar.lz
nixpkgs-f554c3e0f148ce37a1f636b7754407be3e5bb4a8.tar.xz
nixpkgs-f554c3e0f148ce37a1f636b7754407be3e5bb4a8.tar.zst
nixpkgs-f554c3e0f148ce37a1f636b7754407be3e5bb4a8.zip
Merge pull request #177728 from fabaff/zeroconf-bump
python310Packages.zeroconf: 0.38.6 -> 0.38.7
-rw-r--r--pkgs/development/python-modules/zeroconf/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/zeroconf/default.nix b/pkgs/development/python-modules/zeroconf/default.nix
index 5fa96494cc1..7c87b09c3bf 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.38.6";
+  version = "0.38.7";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "jstasiak";
     repo = "python-zeroconf";
     rev = version;
-    hash = "sha256-P5yAXh/5J5/giOZTOuk9ay3PF8MNxPOJgtoWeX7xxFk=";
+    hash = "sha256-Q/rrN7xzbehwMa3yFVP5F9ztUcJCDsfBIGf0b/GPzLM=";
   };
 
   propagatedBuildInputs = [
@@ -39,7 +39,7 @@ buildPythonPackage rec {
     "test_launch_and_close_v4_v6"
     "test_launch_and_close_v6_only"
     "test_integration_with_listener_ipv6"
-    # Starting with 0.38.6: AssertionError: assert [('add', '_ht..._tcp.local.')]
+    # Starting with 0.38.7: AssertionError: assert [('add', '_ht..._tcp.local.')]
     "test_service_browser_expire_callbacks"
   ] ++ lib.optionals stdenv.isDarwin [
     "test_lots_of_names"