about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cryptolyzer
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-18 16:09:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-18 16:09:49 +0000
commit635bd604b6cc51f7e1be8f864e0ae0a2b068da49 (patch)
tree187699a96528c009bfde688ee297d7fcf082867a /pkgs/development/python-modules/cryptolyzer
parent886c9aee6ca9324e127f9c2c4e6f68c2641c8256 (diff)
python310Packages.cryptolyzer: 0.12.0 -> 0.12.1
Diffstat (limited to 'pkgs/development/python-modules/cryptolyzer')
-rw-r--r--pkgs/development/python-modules/cryptolyzer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cryptolyzer/default.nix b/pkgs/development/python-modules/cryptolyzer/default.nix
index ba89ff24621ae..27c5150f37151 100644
--- a/pkgs/development/python-modules/cryptolyzer/default.nix
+++ b/pkgs/development/python-modules/cryptolyzer/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "cryptolyzer";
-  version = "0.12.0";
+  version = "0.12.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "CryptoLyzer";
     inherit version;
-    hash = "sha256-XiMkZeIjTAv8F84eutZoezZl4bJ2xqh4uwroDU24jjg=";
+    hash = "sha256-1Ec57A5lCjy9FsA3vDmCyfOeHZaQz01FNiKyNV3eJfc=";
   };
 
   propagatedBuildInputs = [