···88buildPythonPackage rec {
99 pname = "libusbsio";
1010 format = "setuptools";
1111- version = "2.1.12";
1111+ version = "2.1.13";
1212 # If the versions come back into sync switch back to inheriting from c lib
1313 # inherit (libusbsio) version;
14141515 src = fetchPypi {
1616 inherit pname version;
1717- hash = "sha256-RdUhwilBOwg19ay3Po3zsxqlBV9FTy3btJDbO4YEKS8=";
1717+ hash = "sha256-3xudSyqfXq3wsFdOgBeGK1nSY0NZjx9UhmTqbQGXWyU=";
1818 };
19192020 # The source includes both the python module directly and also prebuilt binaries