python312Packages.rope: 1.12.0 -> 1.13.0

This commit is contained in:
R. Ryantm 2024-03-25 02:35:43 +00:00
parent 3a6b97ce32
commit a3389a0c30

View File

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "rope"; pname = "rope";
version = "1.12.0"; version = "1.13.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "python-rope"; owner = "python-rope";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-j/9q2S2B3DzmEqMOBLG9iHwnLqZipcPxLaKppysJffA="; hash = "sha256-g/fta5gW/xPs3VaVuLtikfLhqCKyy1AKRnOcOXjQ8bA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [