Merge pull request #249673 from r-ryantm/auto-update/python310Packages.drf-spectacular

python310Packages.drf-spectacular: 0.26.3 -> 0.26.4
This commit is contained in:
OTABI Tomoya 2023-08-17 14:49:01 +09:00 committed by GitHub
commit 2706a6e9ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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