diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-09-15 14:06:57 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-09-27 15:34:04 +0200 |
| commit | 42cbf4d4ec6cf01137d8a3d2d01c8e002dc82048 (patch) | |
| tree | b5b70736a66fa732cba43cff3ae1c311b087eefd /pkgs/development/python-modules/python-telegram | |
| parent | b7b3a244a202ae9086366d80df8af28702aa90f8 (diff) | |
python3Packages.python-telegram: 0.15.0 -> 0.18.0
Diffstat (limited to 'pkgs/development/python-modules/python-telegram')
| -rw-r--r-- | pkgs/development/python-modules/python-telegram/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-telegram/default.nix b/pkgs/development/python-modules/python-telegram/default.nix index a79362a93422..405f74bebda8 100644 --- a/pkgs/development/python-modules/python-telegram/default.nix +++ b/pkgs/development/python-modules/python-telegram/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "python-telegram"; - version = "0.15.0"; + version = "0.18.0"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-Na2NIiVgYexKbEqjN58hfkgxwFdCTL7Z7D3WEhL4wXA="; + hash = "sha256-UbJW/op01qe/HchfJUlBPBY9/W8NbZkEmFM8gZ5+EmI="; }; patches = [ |
