Merge pull request #314524 from fabaff/msoffcrypto-tool-bump

python312Packages.msoffcrypto-tool: 5.4.0 -> 5.4.1
This commit is contained in:
Martin Weinelt
2024-05-25 12:15:09 +02:00
committed by GitHub
@@ -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 ];