diff options
| author | Robert Schütz <nix@dotlambda.de> | 2022-05-14 15:32:18 +0000 |
|---|---|---|
| committer | Robert Schütz <github@dotlambda.de> | 2022-05-14 23:49:19 -0700 |
| commit | b419e38ea8e2ee131aee41d2bd7496367aaa50c0 (patch) | |
| tree | eb308276a3b7aaae53327fef3dd54a0bea4af63c /pkgs/development/python-modules/pyrogram | |
| parent | 4e2d2e8e2172a48918112096c73ff696207ae996 (diff) | |
python3Packages.pyrogram: 2.0.19 -> 2.0.21
Diffstat (limited to 'pkgs/development/python-modules/pyrogram')
| -rw-r--r-- | pkgs/development/python-modules/pyrogram/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyrogram/default.nix b/pkgs/development/python-modules/pyrogram/default.nix index 2a55491ac0d7..f35f1b9a0c14 100644 --- a/pkgs/development/python-modules/pyrogram/default.nix +++ b/pkgs/development/python-modules/pyrogram/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pyrogram"; - version = "2.0.19"; + version = "2.0.21"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "pyrogram"; repo = "pyrogram"; rev = "v${version}"; - hash = "sha256-HcUawiKlPS0zqB5kEScfV82xnLG0n62owzK5upOLn4I="; + hash = "sha256-o5VzsxJeVqscQqdT1EX7Xj0u6nCDzWTk6eObEqID7JY="; }; propagatedBuildInputs = [ |
