python313Packages.pysvn: disable

This commit is contained in:
Robert Schütz
2025-05-13 09:45:33 -07:00
parent e299db3d3b
commit a2629e55ba

View File

@@ -4,6 +4,7 @@
buildPythonPackage,
fetchurl,
python,
pythonAtLeast,
apr,
aprutil,
bash,
@@ -17,6 +18,8 @@ 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=";