python3Packages.pysvn: supports Python 3.13 (#445479)

This commit is contained in:
dotlambda
2025-09-23 09:43:20 +00:00
committed by GitHub

View File

@@ -4,7 +4,6 @@
buildPythonPackage,
fetchurl,
python,
pythonAtLeast,
apr,
aprutil,
bash,
@@ -18,8 +17,6 @@ buildPythonPackage rec {
version = "1.9.23";
pyproject = false;
disabled = pythonAtLeast "3.13";
src = fetchurl {
url = "mirror://sourceforge/project/pysvn/pysvn/V${version}/pysvn-${version}.tar.gz";
hash = "sha256-ABru1nng1RaYfZwe0Z0NxE90rU/J2h/BhzUnvgrasCk=";