Skip to content

Commit

Permalink
python37Packages.netdisco: 2.7.0 -> 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jul 7, 2020
1 parent 3e6b620 commit 6e67320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/netdisco/default.nix
Expand Up @@ -2,13 +2,13 @@

buildPythonPackage rec {
pname = "netdisco";
version = "2.7.0";
version = "2.7.1";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "46839e47c57554241971fbf3ba7e0077cadd22dd2bcf7eec4f72b243de2e062d";
sha256 = "0rkaz9377f4ldxcqxcmcc9hwdv5dda8nl7vrnp2pj3ppivq5629w";
};

propagatedBuildInputs = [ requests zeroconf netifaces ];
Expand Down

0 comments on commit 6e67320

Please sign in to comment.