python311Packages.fastapi: 0.109.0 -> 0.110.0
Diff: https://github.com/tiangolo/fastapi/compare/refs/tags/0.109.0...0.110.0 Changelog: https://github.com/tiangolo/fastapi/releases/tag/0.110.0
This commit is contained in:
committed by
Martin Weinelt
parent
a944ef32a6
commit
d72a8444d5
@@ -38,16 +38,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fastapi";
|
||||
version = "0.109.0";
|
||||
version = "0.110.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tiangolo";
|
||||
repo = pname;
|
||||
repo = "fastapi";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-iZBc0tYGmhQuOL/pdthhBYYnZhe+wEttoinePNAIgEs=";
|
||||
hash = "sha256-OXWJ1PKJSJGzYNT8HHXvxMxjUtI4K6edpI+Z5B3TvhI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user