We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d68e02c + 16e233e commit b756d6eCopy full SHA for b756d6e
pkgs/development/python-modules/python-telegram-bot/default.nix
@@ -24,7 +24,7 @@
24
25
buildPythonPackage rec {
26
pname = "python-telegram-bot";
27
- version = "21.6";
+ version = "21.7";
28
pyproject = true;
29
30
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
33
owner = "python-telegram-bot";
34
repo = "python-telegram-bot";
35
rev = "refs/tags/v${version}";
36
- hash = "sha256-FwAlceRqQfTjCCi+Mqrf0LCxSZD4mV/CVN6YPs947c4=";
+ hash = "sha256-I8pSUL1nR1x+WUBYK31RlwFE/ATh2tCteYNWEg8XQjg=";
37
};
38
39
build-system = [
0 commit comments