Skip to content

Commit

Permalink
Merge pull request NixOS#281981 from fabaff/msoffcrypto-tool-bump
Browse files Browse the repository at this point in the history
python311Packages.msoffcrypto-tool: 5.2.0 -> 5.3.1
  • Loading branch information
fabaff authored Jan 19, 2024
2 parents 908f931 + 8f0e83b commit ee2771e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/msoffcrypto-tool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "msoffcrypto-tool";
version = "5.2.0";
version = "5.3.1";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "nolze";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9qhTGf4IE8PtTfshnqu2fcctznA+2bWH4jz0dmKtoOo=";
hash = "sha256-aQtEJyG0JGe4eSIRI4OUjJZNDBni6FFyJXXkbeiotSY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit ee2771e

Please sign in to comment.