python310Packages.winsspi: 0.0.10 -> 0.0.11

This commit is contained in:
R. Ryantm 2022-09-14 18:08:58 +00:00
parent 738fe494da
commit 77a1e4ceb6

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "winsspi";
version = "0.0.10";
version = "0.0.11";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-L1qNLEufRZFEQmkJ4mp05VBRLiO2z5r1LCoAADx8P9s=";
hash = "sha256-AXC6SJ+iWPGqTmdgoWKEbD8tDUUcg2aD609hO2bdQfM=";
};
propagatedBuildInputs = [