Commit df6da7fc authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.msoffcrypto-tool: 5.4.2 -> 6.0.0

parent e01f273d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "msoffcrypto-tool";
  version = "5.4.2";
  version = "6.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nolze";
    repo = "msoffcrypto-tool";
    tag = "v${version}";
    hash = "sha256-nwCjgcZqD0hptHC0WqIodHC5m/JHYyUdfEngIoXzNqA=";
    hash = "sha256-qhnQXLkEeMfuPl2FJGX19M2B+StlzGU/wHgmRn9jcxc=";
  };

  build-system = [ poetry-core ];