diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-01-19 21:19:20 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-01-27 10:58:01 +0100 |
| commit | cfb1b0ef80cd1575749416dc32cd2cd92f86ea68 (patch) | |
| tree | 577bd5e60bf65b677fb52a3b52c0883f2f97a765 /pkgs/development/python-modules | |
| parent | d63c6c91866921a7c64a0d6a15a75a8f5b459351 (diff) | |
python3Packages.zeroconf: 0.139.0 -> 0.140.1
https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.140.1
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/zeroconf/default.nix | 6 |
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 2009d64b4b22..aedb7ae3b606 100644 --- a/pkgs/development/python-modules/zeroconf/default.nix +++ b/pkgs/development/python-modules/zeroconf/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "zeroconf"; - version = "0.139.0"; + version = "0.140.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "jstasiak"; repo = "python-zeroconf"; tag = version; - hash = "sha256-qhfr4MIBSOyXCQ+RP43016gedXo8bCgxz1tt5oSHAgo="; + hash = "sha256-+F0pq6fmfyEtfKS16y5JjjRZl4BeaWi6honZyyHJApY="; }; build-system = [ @@ -64,7 +64,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python implementation of multicast DNS service discovery"; homepage = "https://github.com/python-zeroconf/python-zeroconf"; - changelog = "https://github.com/python-zeroconf/python-zeroconf/releases/tag/${version}"; + changelog = "https://github.com/python-zeroconf/python-zeroconf/releases/tag/${src.tag}"; license = licenses.lgpl21Only; maintainers = with maintainers; [ abbradar ]; }; |
