about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-01-05 22:14:15 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-01-05 22:14:15 +0100
commitb63fee228ba3b7f15b191700ed93529df9202676 (patch)
tree67a55d6f32556c6011f66c5a85e9e34de2cfcdd5
parent13b528c1b5c75dd730be11380ddebf294b07eb6f (diff)
python311Packages.msoffcrypto-tool: 5.1.1 -> 5.2.0
Diff: https://github.com/nolze/msoffcrypto-tool/compare/refs/tags/v5.1.1...v5.2.0

Changelog: https://github.com/nolze/msoffcrypto-tool/blob/v5.2.0/CHANGELOG.md
-rw-r--r--pkgs/development/python-modules/msoffcrypto-tool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/msoffcrypto-tool/default.nix b/pkgs/development/python-modules/msoffcrypto-tool/default.nix
index 3f3cc47351bcc..4e28e20024527 100644
--- a/pkgs/development/python-modules/msoffcrypto-tool/default.nix
+++ b/pkgs/development/python-modules/msoffcrypto-tool/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "msoffcrypto-tool";
-  version = "5.1.1";
+  version = "5.2.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "nolze";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-A1TeTE4TMHAb+KtFxTi+b4yTfuEFya8iyzy92dzQ0Z4=";
+    hash = "sha256-9qhTGf4IE8PtTfshnqu2fcctznA+2bWH4jz0dmKtoOo=";
   };
 
   nativeBuildInputs = [