diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-09-14 23:36:18 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-09-19 10:37:40 +0200 |
| commit | 23efe5abe719c455daa9704dd4ed789fe960e4d8 (patch) | |
| tree | fd55bcd65155f9db218beb90eda4fadedb640e02 /pkgs/development/python-modules/pyTelegramBotAPI | |
| parent | d8ed07f85e4d21673a630cca052170d646e3193d (diff) | |
python3Packages.pyTelegramBotAPI: 4.6.0 -> 4.7.0
Diffstat (limited to 'pkgs/development/python-modules/pyTelegramBotAPI')
| -rw-r--r-- | pkgs/development/python-modules/pyTelegramBotAPI/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyTelegramBotAPI/default.nix b/pkgs/development/python-modules/pyTelegramBotAPI/default.nix index 0474ed4e67cf..5fb31f9fdde2 100644 --- a/pkgs/development/python-modules/pyTelegramBotAPI/default.nix +++ b/pkgs/development/python-modules/pyTelegramBotAPI/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "pyTelegramBotAPI"; - version = "4.6.0"; + version = "4.7.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-sa6kw8hnWGt++qgNVNs7cQ9LJK64CVv871aP8n08pRA="; + hash = "sha256-sVu518B+PDSpW6MhYtNWkPpwuT471VfGuDDtpL7Mo/U="; }; propagatedBuildInputs = [ |
