Loading pkgs/development/python-modules/telegram-text/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/telegram-text/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = [ Loading