python310Packages.pip-tools: 6.5.1 -> 6.6.0 (#167660)

This commit is contained in:
R. RyanTM 2022-04-11 08:08:29 -07:00 committed by GitHub
parent e56a8b16eb
commit bc50e0ec12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "pip-tools";
version = "6.5.1";
version = "6.6.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-gPViqmmfx2pCRTlpfgvvQeSQoFDlemohRoUxmBqdQZ4=";
sha256 = "sha256-mKokAERAocBInXGlZ6Tor98jx3gr/0g9EhmIHnMC3oM=";
};
checkInputs = [