python310Packages.pip-tools: 6.12.1 -> 6.12.2

This commit is contained in:
R. Ryantm
2023-02-03 15:06:29 +00:00
parent ce18482c53
commit cd6acb7f67
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "pip-tools";
version = "6.12.1";
version = "6.12.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-iO+3spqSP/6sBxPm8j74UpzGF1Un1CuT9zdWzJQ4cpM=";
hash = "sha256-i5A2lt9FmLENRpAm75mVxfmodLQW6I56IUiE6+SnAkU=";
};
patches = [ ./fix-setup-py-bad-syntax-detection.patch ];