We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6b620 commit 6e67320Copy full SHA for 6e67320
1 file changed
pkgs/development/python-modules/netdisco/default.nix
@@ -2,13 +2,13 @@
2
3
buildPythonPackage rec {
4
pname = "netdisco";
5
- version = "2.7.0";
+ version = "2.7.1";
6
7
disabled = !isPy3k;
8
9
src = fetchPypi {
10
inherit pname version;
11
- sha256 = "46839e47c57554241971fbf3ba7e0077cadd22dd2bcf7eec4f72b243de2e062d";
+ sha256 = "0rkaz9377f4ldxcqxcmcc9hwdv5dda8nl7vrnp2pj3ppivq5629w";
12
};
13
14
propagatedBuildInputs = [ requests zeroconf netifaces ];
0 commit comments