about summary refs log tree commit diff
path: root/pkgs/development/python-modules/netdisco
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-15 10:33:38 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-15 10:33:50 +0100
commit01a7acf382e5fccbb849188d1268400da296afbd (patch)
tree9891439925bb36f12bacd0557656736eb8157404 /pkgs/development/python-modules/netdisco
parent6339f0b791c045adfe60c56364288c77cd1107c2 (diff)
downloadnixlib-01a7acf382e5fccbb849188d1268400da296afbd.tar
nixlib-01a7acf382e5fccbb849188d1268400da296afbd.tar.gz
nixlib-01a7acf382e5fccbb849188d1268400da296afbd.tar.bz2
nixlib-01a7acf382e5fccbb849188d1268400da296afbd.tar.lz
nixlib-01a7acf382e5fccbb849188d1268400da296afbd.tar.xz
nixlib-01a7acf382e5fccbb849188d1268400da296afbd.tar.zst
nixlib-01a7acf382e5fccbb849188d1268400da296afbd.zip
python3.pkgs.netdisco: 2.3.0 -> 2.5.0
Diffstat (limited to 'pkgs/development/python-modules/netdisco')
-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 efc14936a41b..d3fac8df084a 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.3.0";
+  version = "2.5.0";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "2571fc094f3bf8c60be211e90474515f565f3ef1c92e857176daab8577493a3b";
+    sha256 = "2ecb9830ceed5cf8f2ccc5a9bbe02ca5f6851435f5315a5402f0123311f13b37";
   };
 
   propagatedBuildInputs = [ requests zeroconf netifaces ];