Merge pull request #195623 from r-ryantm/auto-update/python310Packages.tgcrypto

python310Packages.tgcrypto: 1.2.3 -> 1.2.4
This commit is contained in:
Jonas Heinrich 2022-10-13 09:20:04 +02:00 committed by GitHub
commit 90802d5b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,15 +7,15 @@
buildPythonPackage rec {
pname = "tgcrypto";
version = "1.2.3";
version = "1.2.4";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "pyrogram";
repo = "tgcrypto";
rev = "v${version}";
sha256 = "06g1kv3skq2948h0sjf64s1cr2p1rhxnx5pf9nmvhxkmri1xmfzs";
rev = "refs/tags/v${version}";
sha256 = "sha256-hifRWVEvNZVFyIJPwYY+CDR04F1I9GyAi3dt2kx+81c=";
};
checkInputs = [