Merge pull request #55448 from etu/transifex-update

transifex-client: 0.13.5 -> 0.13.6
This commit is contained in:
Sarah Brofeldt 2019-02-08 19:27:57 +01:00 committed by GitHub
commit 12deba5f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "transifex-client"; pname = "transifex-client";
version = "0.13.5"; version = "0.13.6";
propagatedBuildInputs = [ propagatedBuildInputs = [
urllib3 requests python-slugify urllib3 requests python-slugify
@ -11,7 +11,7 @@ buildPythonApplication rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "00igk35nyzqp1slj7lbhiv4lc42k87ix43ipx2zcrsjf6xxv6l7v"; sha256 = "0y6pprlmkmi7wfqr3k70sb913qa70p3i90q5mravrai7cr32y1w8";
}; };
prePatch = '' prePatch = ''