python3.pkgs.drf-spectacular: 0.26.2 -> 0.26.3
Diff: https://github.com/tfranzel/drf-spectacular/compare/refs/tags/0.26.2...0.26.3 Changelog: https://github.com/tfranzel/drf-spectacular/releases/tag/0.26.3
This commit is contained in:
committed by
Martin Weinelt
parent
587e94be0b
commit
21366ecb4d
@@ -28,13 +28,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "drf-spectacular";
|
||||
version = "0.26.2";
|
||||
version = "0.26.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tfranzel";
|
||||
repo = "drf-spectacular";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-wwR7ZdbWFNRgxQubdgriDke5W6u7VNsNZV9xqQypSrY=";
|
||||
hash = "sha256-O47676BOuCx3wMpeuRATQOAWZQev+R+OxZi4boQABmc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user