about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-11 09:30:15 +0100
committerGitHub <noreply@github.com>2023-02-11 09:30:15 +0100
commit475764012191941de87023a73cb2a02faef47acc (patch)
tree2303acf3ee00e3af6a2cf71555f33cb244fae60d /pkgs
parent4cf76c886cc1bac32fd49e61aa598a65b850b683 (diff)
parent95cb1a90b23e870bf3defccc8eedd4a371614999 (diff)
Merge pull request #215757 from dotlambda/pyrogram-2.0.98
python310Packages.pyrogram: 2.0.97 -> 2.0.98
Diffstat (limited to 'pkgs')
-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 b143a6c40fd29..7c41032c5565e 100644
--- a/pkgs/development/python-modules/pyrogram/default.nix
+++ b/pkgs/development/python-modules/pyrogram/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "pyrogram";
-  version = "2.0.97";
+  version = "2.0.98";
 
   disabled = pythonOlder "3.7";
 
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "pyrogram";
     repo = "pyrogram";
     rev = "v${version}";
-    hash = "sha256-cYwH2o2ss8qnOST8Cjh+88PNM5NTO2B11PW7mWS1ctk=";
+    hash = "sha256-pxhErSlJxaQmms3T/AelsudPFYfH7YaH3ePSR5L33tY=";
   };
 
   propagatedBuildInputs = [