summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pyrogram
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pyrogram')
-rw-r--r--pkgs/development/python-modules/pyrogram/default.nix4
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 = [