python311Packages.telegram-text: 0.1.2 -> 0.2.0

This commit is contained in:
R. Ryantm
2024-01-19 03:01:59 +00:00
parent 31347dd86d
commit b4cfeeb20d
@@ -9,15 +9,15 @@
buildPythonPackage rec {
pname = "telegram-text";
version = "0.1.2";
version = "0.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "SKY-ALIN";
repo = "telegram-text";
rev = "v${version}";
hash = "sha256-p8SVQq7IvkVuOFE8VDugROLY5Wk0L2HmXyacTzFFSP4=";
rev = "refs/tags/v${version}";
hash = "sha256-eUy4kyCmM/5Ag/0s9hYW2IIg+OTX2L7EsoOYivhd0pU=";
};
nativeBuildInputs = [