Merge pull request #281940 from r-ryantm/auto-update/python311Packages.telegram-text
python311Packages.telegram-text: 0.1.2 -> 0.2.0
This commit is contained in:
@@ -9,15 +9,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "telegram-text";
|
||||
version = "0.1.2";
|
||||
version = "0.2.0";
|
||||
pyproject = true;
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
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 = [
|
||||
|
||||
Reference in New Issue
Block a user