Skip to content

Commit

Permalink
python310Packages.pyrogram: 2.0.97 -> 2.0.98
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Feb 11, 2023
1 parent ef28602 commit 95cb1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyrogram/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "pyrogram";
version = "2.0.97";
version = "2.0.98";

disabled = pythonOlder "3.7";

Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pyrogram";
repo = "pyrogram";
rev = "v${version}";
hash = "sha256-cYwH2o2ss8qnOST8Cjh+88PNM5NTO2B11PW7mWS1ctk=";
hash = "sha256-pxhErSlJxaQmms3T/AelsudPFYfH7YaH3ePSR5L33tY=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 95cb1a9

Please sign in to comment.