From db89ce7e1e6e4145a7c7671e3d7986342de8a1e0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Sep 2023 12:07:54 +0200 Subject: [PATCH 1/3] python311Packages.zeroconf: 0.112.0 -> 0.113.0 Diff: https://github.com/jstasiak/python-zeroconf/compare/refs/tags/0.112.0...0.113.0 Changelog: https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.113.0 --- pkgs/development/python-modules/zeroconf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/zeroconf/default.nix b/pkgs/development/python-modules/zeroconf/default.nix index ad624789d13e..0dfc8e413114 100644 --- a/pkgs/development/python-modules/zeroconf/default.nix +++ b/pkgs/development/python-modules/zeroconf/default.nix @@ -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 = [ From 11f7662912e124b4d884a4fc29d7c9ad394eca4d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Sep 2023 12:10:24 +0200 Subject: [PATCH 2/3] python311Packages.zeroconf: 0.113.0 -> 0.114.0 Diff: https://github.com/jstasiak/python-zeroconf/compare/refs/tags/0.113.0...0.114.0 Changelog: https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.114.0 --- pkgs/development/python-modules/zeroconf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/zeroconf/default.nix b/pkgs/development/python-modules/zeroconf/default.nix index 0dfc8e413114..93598d0c5c83 100644 --- a/pkgs/development/python-modules/zeroconf/default.nix +++ b/pkgs/development/python-modules/zeroconf/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "zeroconf"; - version = "0.113.0"; + version = "0.114.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jstasiak"; repo = "python-zeroconf"; rev = "refs/tags/${version}"; - hash = "sha256-s4gW7U3Smrq0hMWiw8+HpM5ijo6fU+CAh6k/7VFHx9I="; + hash = "sha256-yEmbPhygOtnmoyoClSgcFFQrpiyncv/9o/F8MacA6PM="; }; nativeBuildInputs = [ From de0e90b2e3d395e2a940a105c0ae850493c128b1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Sep 2023 12:12:25 +0200 Subject: [PATCH 3/3] python311Packages.zeroconf: 0.114.0 -> 0.115.0 Diff: https://github.com/jstasiak/python-zeroconf/compare/refs/tags/0.114.0...0.115.0 Changelog: https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.115.0 --- pkgs/development/python-modules/zeroconf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/zeroconf/default.nix b/pkgs/development/python-modules/zeroconf/default.nix index 93598d0c5c83..5e3610c2c053 100644 --- a/pkgs/development/python-modules/zeroconf/default.nix +++ b/pkgs/development/python-modules/zeroconf/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "zeroconf"; - version = "0.114.0"; + version = "0.115.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jstasiak"; repo = "python-zeroconf"; rev = "refs/tags/${version}"; - hash = "sha256-yEmbPhygOtnmoyoClSgcFFQrpiyncv/9o/F8MacA6PM="; + hash = "sha256-KZ9KnXOXQIbW+gEWeDyhShUvPkHu9UXvUkZ7UsTXLOg="; }; nativeBuildInputs = [