python3Packages.drf-pydantic: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm
2025-08-11 15:30:47 +00:00
parent af7f652b8d
commit 78d03923c9

View File

@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "drf-pydantic";
version = "2.8.0";
version = "2.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "georgebv";
repo = "drf-pydantic";
tag = "v${version}";
hash = "sha256-Kg+xQ5DgrQMtbga9BF1kmqX0zLAaxu26PnGn8SNVGN8=";
hash = "sha256-RvDTequtxHyCsXV8IpNWdYNzdjkKEr8aAyS3ZFZTW1A=";
};
build-system = [