python312Packages.winacl: 0.1.8 -> 0.1.9

Changelog: https://github.com/skelsec/winacl/releases/tag/0.1.9
This commit is contained in:
Fabian Affolter 2024-05-07 08:47:47 +02:00
parent 37602ca3a2
commit 23e49b584e

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "winacl";
version = "0.1.8";
version = "0.1.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-RCcaMCVi3lFin2jvFUDUDzom57wBc2RrAaZ3nO2tZEw=";
hash = "sha256-r3DC7DAXi/njyKHEjCXoeBI1/iwbMhrbRuLyrh+NSqs=";
};
propagatedBuildInputs = [