diff options
| author | Robert Schütz <dev@schuetz-co.de> | 2021-06-23 12:21:20 +0200 |
|---|---|---|
| committer | Robert Schütz <dev@schuetz-co.de> | 2021-06-23 12:21:32 +0200 |
| commit | c4a91c75c577134fc49bbbedcfd430cd55c2e0ea (patch) | |
| tree | aa1ba4d94237dec68d7cdb97e367062856b6994f /pkgs/development/python-modules | |
| parent | b51d8262d556ca3bfdc9ac443e0135133285a99f (diff) | |
python3Packages.netdisco: 2.8.3 -> 2.9.0
https://github.com/home-assistant-libs/netdisco/releases/tag/2.9.0
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/netdisco/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/netdisco/default.nix b/pkgs/development/python-modules/netdisco/default.nix index dd17a3f6c10f..08dc44a95c9a 100644 --- a/pkgs/development/python-modules/netdisco/default.nix +++ b/pkgs/development/python-modules/netdisco/default.nix @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "netdisco"; - version = "2.8.3"; + version = "2.9.0"; disabled = !isPy3k; src = fetchPypi { inherit pname version; - sha256 = "sha256-4WS9PiErB6U7QuejTvbrOmnHetbE5S4zaUyhLCbyihM="; + sha256 = "sha256-OpLFM+0ZmhggJ1SuLoSO+qWLcKcpS65sd7u2zkzPys4="; }; propagatedBuildInputs = [ requests zeroconf ]; |
