python310Packages.pyrogram: 1.4.3 -> 1.4.7

This commit is contained in:
R. Ryantm 2022-02-22 17:53:38 +00:00 committed by Robert Schütz
parent 6e9efe5d67
commit 68473a393f

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyrogram";
version = "1.4.3";
version = "1.4.7";
disabled = pythonOlder "3.6";
src = fetchPypi {
pname = "Pyrogram";
inherit version;
hash = "sha256-5twH9ZfwtP6gi50K8nqXOmCPSFkHO5Hitd7XaDP0EQg=";
hash = "sha256-2kBlTaP2tkUgP4TiP+9zv5pgCap9VnyB8BEHI6SY+uc=";
};
propagatedBuildInputs = [