Skip to content

Commit

Permalink
python310Packages.winsspi: 0.0.10 -> 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 14, 2022
1 parent 738fe49 commit 77a1e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/winsspi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 77a1e4c

Please sign in to comment.