Fabian Affolter 2024-05-25 09:04:52 +02:00
parent e5b03493ab
commit e1b5d0d756

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "msoffcrypto-tool";
version = "5.4.0";
version = "5.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "nolze";
repo = "msoffcrypto-tool";
rev = "refs/tags/v${version}";
hash = "sha256-1LTFwXTIvFdrYyI1pDUPzQHw3/043+FGHDnKYWaomY0=";
hash = "sha256-BVm4hMKvvNI3bJ82t4NIRcx8o8mgQgoulIerDwoVIT0=";
};
build-system = [ poetry-core ];