python311Packages.pylsp-rope: 0.1.11 -> 0.1.15

This commit is contained in:
R. Ryantm 2024-03-12 09:17:29 +00:00
parent a07fe6bab8
commit 209e93bcfb

View File

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