mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #152132 from r-ryantm/auto-update/transifex-client
transifex-client: 0.14.3 -> 0.14.4
This commit is contained in:
commit
7978b6265f
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "transifex-client";
|
pname = "transifex-client";
|
||||||
version = "0.14.3";
|
version = "0.14.4";
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
urllib3 requests python-slugify six setuptools GitPython
|
urllib3 requests python-slugify six setuptools GitPython
|
||||||
@ -11,7 +11,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-sKol67lRaYPFa7Bg9KNa1rDrNoT9DtUd48NY8jqK1iw=";
|
sha256 = "11dc95cefe90ebf0cef3749c8c7d85b9d389c05bd0e3389bf117685df562bd5c";
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/transifex/transifex-client/issues/323
|
# https://github.com/transifex/transifex-client/issues/323
|
||||||
|
Loading…
Reference in New Issue
Block a user