Merge pull request #298826 from r-ryantm/auto-update/python311Packages.cryptolyzer

python311Packages.cryptolyzer: 0.12.2 -> 0.12.3
This commit is contained in:
Weijia Wang 2024-04-05 22:30:04 +02:00 committed by GitHub
commit 1bae30218f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''