Sandro Jäckel
2023-07-19 21:40:03 +02:00
committed by Martin Weinelt
parent 587e94be0b
commit 21366ecb4d

View File

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