python311Packages.winacl: 0.1.7 -> 0.1.8

Changelog: https://github.com/skelsec/winacl/releases/tag/0.1.8
This commit is contained in:
Fabian Affolter
2023-10-25 21:47:54 +02:00
parent 4846c1afdf
commit e1fd6d16bd
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "winacl";
version = "0.1.7";
version = "0.1.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ymYsCRRxpsYp12xe7GPYob8a98BUNI8JwSQvM4hQsr0=";
hash = "sha256-RCcaMCVi3lFin2jvFUDUDzom57wBc2RrAaZ3nO2tZEw=";
};
propagatedBuildInputs = [