python311Packages.pylsp-rope: 0.1.15 -> 0.1.16

This commit is contained in:
R. Ryantm 2024-03-23 06:10:14 +00:00
parent 53c8f2940d
commit b5ebb2ba5e
1 changed files with 2 additions and 2 deletions

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 = [