1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

python: pip-tools: 3.8.0 -> 4.2.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:42 +02:00
parent e2b786c09f
commit e5f4062edd

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "pip-tools";
version = "3.8.0";
version = "4.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "1vwh3hx4jrzf51yj9h31nk9ji53lqaq63mlqd7n84hcmfwy3rwz4";
sha256 = "5427ea4dcc175649723985fbcace9b2d8f46f9adbcc63bc2d7b247d9bcc74917";
};
LC_ALL = "en_US.UTF-8";