Unverified Commit 17a2ffa9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #314544 from NixOS/backport-314524-to-release-24.05

[Backport release-24.05] python312Packages.msoffcrypto-tool: 5.4.0 -> 5.4.1
parents 32230772 fafc9891
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];