summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-06-23 21:09:57 +0200
committerGitHub <noreply@github.com>2021-06-23 21:09:57 +0200
commit476ff461191b6af199ab91b2696fb70f6c1d6e1e (patch)
tree5c317d33d0c6ba802f6f39deb3e6927499963789
parenta632eef90a505b9b4d017d9e488e5ba90befdb1b (diff)
parentc4a91c75c577134fc49bbbedcfd430cd55c2e0ea (diff)
Merge pull request #127907 from dotlambda/netdisco-2.9.0
python3Packages.netdisco: 2.8.3 -> 2.9.0
-rw-r--r--pkgs/development/python-modules/netdisco/default.nix4
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 ];