python310Packages.drf-spectacular: 0.26.3 -> 0.26.4

This commit is contained in:
R. Ryantm 2023-08-17 03:33:56 +00:00
parent bc9b484db8
commit d3257078d8

View file

@ -28,13 +28,13 @@
buildPythonPackage rec {
pname = "drf-spectacular";
version = "0.26.3";
version = "0.26.4";
src = fetchFromGitHub {
owner = "tfranzel";
repo = "drf-spectacular";
rev = "refs/tags/${version}";
hash = "sha256-O47676BOuCx3wMpeuRATQOAWZQev+R+OxZi4boQABmc=";
hash = "sha256-f8x4QOt2EbDv+NlYAmpzXrCdT+q4wLGIrDsuUd45j2U=";
};
propagatedBuildInputs = [