about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-26 16:25:10 +0200
committerGitHub <noreply@github.com>2021-09-26 16:25:10 +0200
commit1737f98af6667560e3e4f930312f9b5002649d04 (patch)
treebc47e82f7ebbaf4c54b62ef3f0fc3f27fd26a605
parent1c15d094be192d5d76fac8e5ecfb4517340501fd (diff)
parent8bf6ca43cbaef0de2bfa031f9c8f6dc2bff8001f (diff)
downloadnixlib-1737f98af6667560e3e4f930312f9b5002649d04.tar
nixlib-1737f98af6667560e3e4f930312f9b5002649d04.tar.gz
nixlib-1737f98af6667560e3e4f930312f9b5002649d04.tar.bz2
nixlib-1737f98af6667560e3e4f930312f9b5002649d04.tar.lz
nixlib-1737f98af6667560e3e4f930312f9b5002649d04.tar.xz
nixlib-1737f98af6667560e3e4f930312f9b5002649d04.tar.zst
nixlib-1737f98af6667560e3e4f930312f9b5002649d04.zip
Merge pull request #139533 from r-ryantm/auto-update/python38Packages.pytelegrambotapi
-rw-r--r--pkgs/development/python-modules/pyTelegramBotAPI/default.nix4
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 f53038b2e1f6..e0ff93697395 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 = "4.0.0";
+  version = "4.1.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6accc4af505ee5b312689eaee1a9bc93cb6ea31a2d905a877c6b47f0888c3dcc";
+    sha256 = "c84218af7e08e859e07cfe5645d9586ceaad51c24f0f4529a9ed0adafd5aa0bf";
   };
 
   propagatedBuildInputs = [ requests ];