diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-06-18 23:47:33 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-06-22 13:42:38 +0200 |
| commit | 40deccc01bc4dcf9ac0db5fbdc8c8d78d3f62b6a (patch) | |
| tree | 17dc06b1a67e8214a49ce86b6c8a9e33b984275b /pkgs/development/python-modules/pyTelegramBotAPI | |
| parent | b14d62e7bd776526e0b9b63f87f12f736c0b7fd0 (diff) | |
python3Packages.pyTelegramBotAPI: 3.7.6 -> 3.7.9
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 76e9954a024a..b7432f26b2f7 100644 --- a/pkgs/development/python-modules/pyTelegramBotAPI/default.nix +++ b/pkgs/development/python-modules/pyTelegramBotAPI/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "pyTelegramBotAPI"; - version = "3.7.6"; + version = "3.7.9"; src = fetchPypi { inherit pname version; - sha256 = "859136cbd50e99922e1ea495d4ebe8235b2cb10fe419a5421f28855249db4278"; + sha256 = "7774314ff429852d423d5dfebe8fc1011dca93a028f1ccb0c56db6817245b752"; }; propagatedBuildInputs = [ requests ]; |
