3
0
Fork 0
forked from mirrors/nixpkgs

python2Packages.python-wifi: 0.6.0 -> 0.6.1

This commit is contained in:
Gabriel Ebner 2018-04-13 19:25:11 +02:00
parent 80b6513fbf
commit 1659a29fef

View file

@ -11859,12 +11859,12 @@ in {
python-wifi = buildPythonPackage rec {
name = "python-wifi-${version}";
version = "0.6.0";
version = "0.6.1";
disabled = ! (isPy26 || isPy27 );
src = pkgs.fetchurl {
url = "mirror://pypi/p/python-wifi/${name}.tar.bz2";
sha256 = "504639e5953eaec0e41758900fbe143d33d82ea86762b19b659a118c77d8403d";
sha256 = "149c3dznb63d82143cz5hqdim0mqjysz6p3yk0zv271vq3xnmzvv";
};
meta = {