Merge pull request #203890 from r-ryantm/auto-update/python310Packages.pip-tools
python310Packages.pip-tools: 6.8.0 -> 6.11.0
This commit is contained in:
commit
89a353ccd2
1 changed files with 3 additions and 2 deletions
|
@ -16,14 +16,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pip-tools";
|
||||
version = "6.8.0";
|
||||
version = "6.11.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Oeiu5GVEbgInjYDb69QyXR3YYzJI9DITxzol9Y59ilU=";
|
||||
hash = "sha256-kMXcFQ44VuRGO4HMyZMHzPlVTl24OT6yc3BcsLj3HGA=";
|
||||
};
|
||||
|
||||
patches = [ ./fix-setup-py-bad-syntax-detection.patch ];
|
||||
|
@ -66,6 +66,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Keeps your pinned dependencies fresh";
|
||||
homepage = "https://github.com/jazzband/pip-tools/";
|
||||
changelog = "https://github.com/jazzband/pip-tools/releases/tag/${version}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ zimbatm ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue