uv-sort: unbreak

This commit is contained in:
Peder Bergebakken Sundt
2025-08-25 21:05:35 +02:00
parent f220a3ee98
commit b3ee7ce66f
+5
View File
@@ -17,6 +17,11 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-umKMcQcQST0bBGf7ZXxNcWq/5/ht3jp+3JVjowBdeO0=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail '"packaging~=24.1"' '"packaging"'
'';
build-system = with python3Packages; [
hatchling
uv-dynamic-versioning