diff options
| author | Theodore Ni <3806110+tjni@users.noreply.github.com> | 2023-08-08 20:56:45 -0700 |
|---|---|---|
| committer | Theodore Ni <3806110+tjni@users.noreply.github.com> | 2023-08-08 20:56:45 -0700 |
| commit | 117c34fb040ae1a3b98ac4b318c5ea18a571b593 (patch) | |
| tree | 9299bf60b8a0d006b80dbf2b146b825aeb587c56 /pkgs/development/python-modules/python-telegram-bot | |
| parent | 71d2dd203dd062c57395b0c950fb30d1cfcb2425 (diff) | |
python3.pkgs.python-telegram-bot: 20.2 -> 20.4
Diffstat (limited to 'pkgs/development/python-modules/python-telegram-bot')
| -rw-r--r-- | pkgs/development/python-modules/python-telegram-bot/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-telegram-bot/default.nix b/pkgs/development/python-modules/python-telegram-bot/default.nix index f496c15272df..cea69bf5b14b 100644 --- a/pkgs/development/python-modules/python-telegram-bot/default.nix +++ b/pkgs/development/python-modules/python-telegram-bot/default.nix @@ -19,16 +19,16 @@ buildPythonPackage rec { pname = "python-telegram-bot"; - version = "20.2"; + version = "20.4"; format = "setuptools"; - disabled = pythonOlder "3.7"; + disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-OdjTlVUjlw+5K/kvL1Yx+7c/lIE52udUo6Ux18M9xmE="; + hash = "sha256-owbJJZjBkMjsgfBLRl+rnePrIvQ0sUZs7rP9ie912pw="; }; propagatedBuildInputs = [ |
