python312Packages.drf-yasg: 1.21.7 -> 1.21.8

This commit is contained in:
R. Ryantm 2024-10-17 15:37:04 +00:00
parent f7ad689594
commit e40871126a

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 = ''