python-packages pyusb: 1.0.0b1 -> 1.0.0b2

Small update. Tested succesfully with `nox-review wip`

cc maintainer @bjornfor
This commit is contained in:
Frederik Rietdijk 2015-08-09 13:23:29 +02:00 committed by Bjørn Forsman
parent 57de9d1f7d
commit 4f47002352

View file

@ -15636,7 +15636,7 @@ let
pyusb = buildPythonPackage rec {
name = "pyusb-1.0.0b1";
name = "pyusb-1.0.0b2";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/pyusb/${name}.tar.gz";
@ -15653,7 +15653,7 @@ let
meta = {
description = "Python USB access module (wraps libusb 1.0)"; # can use other backends
homepage = http://pyusb.sourceforge.net/;
license = "BSD";
license = licenses.bsd3;
maintainers = with maintainers; [ bjornfor ];
};
};