python310Packages.python-telegram-bot: 13.14 -> 13.15

This commit is contained in:
R. Ryantm
2022-12-15 08:20:43 +00:00
committed by Dmitry Kalinkin
parent 6f3f817277
commit 2ce4eabb03
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "13.14";
version = "13.15";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6TkdQ+sRI94md6nSTqh4qdUyfWWyQZr7plP0dtJq7MM=";
hash = "sha256-tAR2BrgIG2K71qo2H3yh7+h/qPGIHsnZMtNYRL9XoVQ=";
};
propagatedBuildInputs = [