Merge pull request #291884 from Net-Mist/update_rope

python312Packages.rope: 1.9.0 -> 1.12.0
This commit is contained in:
OTABI Tomoya 2024-02-29 13:35:42 +09:00 committed by GitHub
commit e2376d8b73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
buildPythonPackage rec {
pname = "rope";
version = "1.9.0";
format = "pyproject";
version = "1.12.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "python-rope";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-j65C3x3anhH23D4kic5j++r/Ft0RqgZ/jFrNrNHVcXA=";
hash = "sha256-j/9q2S2B3DzmEqMOBLG9iHwnLqZipcPxLaKppysJffA=";
};
nativeBuildInputs = [