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

8
flake.lock generated
View File

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