python310Packages.quart: 0.18.3 -> 0.18.4
https://github.com/pallets/quart/blob/refs/tags/0.18.4/CHANGES.rst
This commit is contained in:
parent
619ca2064f
commit
44b12c38a2
1 changed files with 2 additions and 2 deletions
|
@ -29,14 +29,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "quart";
|
||||
version = "0.18.3";
|
||||
version = "0.18.4";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pallets";
|
||||
repo = "quart";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-aQM8kEhienBG+/zQQ8C/DKiDIMF3l9rq8HSAvg7wvLM=";
|
||||
hash = "sha256-iT/pePUtH1hwNIOG8Y/YbqCVseNXVOKC0nrXfB2RTlQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue