python312Packages.drf-yasg: 1.21.7 -> 1.21.8 (#349307)

This commit is contained in:
OTABI Tomoya 2024-10-19 11:13:58 +09:00 committed by GitHub
commit 97423b0490
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,12 +19,12 @@
buildPythonPackage rec {
pname = "drf-yasg";
version = "1.21.7";
version = "1.21.8";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-TDuTBos9/KaWmrERFV5N1vey1oC5h3jej9Rgt4N72w0=";
hash = "sha256-y7f4HD0UDyIHOStLxd3mU4TutY4bfuoabWQd7C9zUqk=";
};
postPatch = ''