python311Packages.cryptolyzer: 0.12.2 -> 0.12.3

This commit is contained in:
R. Ryantm 2024-03-25 03:28:39 +00:00
parent 3a6b97ce32
commit 26452b883e
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "cryptolyzer";
version = "0.12.2";
version = "0.12.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "CryptoLyzer";
inherit version;
hash = "sha256-UffFdQ+MiB8kPzqnmWdnGRwAAM9wJwpUDK2bPvPvH0c=";
hash = "sha256-UdM0+PkO3K4XshcqaDkEKry6Spny9KMZAHiADxxth+c=";
};
postPatch = ''