Merge pull request #298286 from r-ryantm/auto-update/python311Packages.pylsp-rope

python311Packages.pylsp-rope: 0.1.15 -> 0.1.16
This commit is contained in:
Nick Cao 2024-03-23 12:56:05 -04:00 committed by GitHub
commit 2d1b650e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pylsp-rope";
version = "0.1.15";
version = "0.1.16";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0f0WzJcVOfH1abJnvZCLM5/W1JfVxSDAH+Z1ADA6kUQ=";
hash = "sha256-1oC2iMYKQCV6iELsgIpuDeFZakelMA8irs/caVVQIKc=";
};
propagatedBuildInputs = [