Merge pull request #152132 from r-ryantm/auto-update/transifex-client

transifex-client: 0.14.3 -> 0.14.4
This commit is contained in:
Jörg Thalheim 2021-12-28 07:31:46 +00:00 committed by GitHub
commit 7978b6265f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
buildPythonApplication rec {
pname = "transifex-client";
version = "0.14.3";
version = "0.14.4";
propagatedBuildInputs = [
urllib3 requests python-slugify six setuptools GitPython
@ -11,7 +11,7 @@ buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-sKol67lRaYPFa7Bg9KNa1rDrNoT9DtUd48NY8jqK1iw=";
sha256 = "11dc95cefe90ebf0cef3749c8c7d85b9d389c05bd0e3389bf117685df562bd5c";
};
# https://github.com/transifex/transifex-client/issues/323