Skip to content

Commit 6e67320

Browse files
r-ryantmJon
authored andcommitted
python37Packages.netdisco: 2.7.0 -> 2.7.1
1 parent 3e6b620 commit 6e67320

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/netdisco/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildPythonPackage rec {
44
pname = "netdisco";
5-
version = "2.7.0";
5+
version = "2.7.1";
66

77
disabled = !isPy3k;
88

99
src = fetchPypi {
1010
inherit pname version;
11-
sha256 = "46839e47c57554241971fbf3ba7e0077cadd22dd2bcf7eec4f72b243de2e062d";
11+
sha256 = "0rkaz9377f4ldxcqxcmcc9hwdv5dda8nl7vrnp2pj3ppivq5629w";
1212
};
1313

1414
propagatedBuildInputs = [ requests zeroconf netifaces ];

0 commit comments

Comments
 (0)