···8buildPythonPackage rec {
9 pname = "libusbsio";
10 format = "setuptools";
11- version = "2.1.12";
12 # If the versions come back into sync switch back to inheriting from c lib
13 # inherit (libusbsio) version;
1415 src = fetchPypi {
16 inherit pname version;
17- hash = "sha256-RdUhwilBOwg19ay3Po3zsxqlBV9FTy3btJDbO4YEKS8=";
18 };
1920 # The source includes both the python module directly and also prebuilt binaries
···8buildPythonPackage rec {
9 pname = "libusbsio";
10 format = "setuptools";
11+ version = "2.1.13";
12 # If the versions come back into sync switch back to inheriting from c lib
13 # inherit (libusbsio) version;
1415 src = fetchPypi {
16 inherit pname version;
17+ hash = "sha256-3xudSyqfXq3wsFdOgBeGK1nSY0NZjx9UhmTqbQGXWyU=";
18 };
1920 # The source includes both the python module directly and also prebuilt binaries