Commit e1b5d0d7 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent e5b03493
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 ];