python312Packages.libusbsio: 2.1.12 -> 2.1.13

+2 -2
+2 -2
pkgs/development/python-modules/libusbsio/default.nix
··· 8 buildPythonPackage 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; 14 15 src = fetchPypi { 16 inherit pname version; 17 - hash = "sha256-RdUhwilBOwg19ay3Po3zsxqlBV9FTy3btJDbO4YEKS8="; 18 }; 19 20 # The source includes both the python module directly and also prebuilt binaries
··· 8 buildPythonPackage 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; 14 15 src = fetchPypi { 16 inherit pname version; 17 + hash = "sha256-3xudSyqfXq3wsFdOgBeGK1nSY0NZjx9UhmTqbQGXWyU="; 18 }; 19 20 # The source includes both the python module directly and also prebuilt binaries