update pydantic_uuid_model and rename setuptools_scm to *-scm for nixos25.11 compability

This commit is contained in:
bit
2025-12-14 17:58:50 +01:00
parent af3ced34e9
commit f44811e6d7
2 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
buildPythonPackage,
# build-system
setuptools_scm,
setuptools-scm,
# dependencies
psutil,
@@ -19,7 +19,7 @@ let
in buildPythonPackage rec {
inherit pname version;
pyproject = true;
build-system = [ setuptools_scm ];
build-system = [ setuptools-scm ];
src = ./.;
propagatedBuildInputs = [

8
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": {
"pydantic-uuid-model": {
"locked": {
"lastModified": 1751309415,
"narHash": "sha256-qKSRotFL6KmztfFiGMP5NTuQh1WXgnJEAgvSeywf5cc=",
"lastModified": 1765731033,
"narHash": "sha256-CYb1OHZGmZBnuntiPXfW8iAqOEY4qJWWT+zT+KYXMb0=",
"ref": "refs/heads/main",
"rev": "746afe85fe0bab5c16c81a321d9c77a34d7b0132",
"revCount": 3,
"rev": "591b66367b8b6180616b60cfca017c37eeb4edc8",
"revCount": 4,
"type": "git",
"url": "https://git.chaosbit.de/bit/pydanticuuidmodel"
},