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
1 changed files with 2 additions and 2 deletions

View File

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