From b272e5fe1446f2be13ef6da330b7d4373950a1d8 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 20 May 2024 02:49:26 +0200 Subject: python312Packages.quart: 0.19.5 -> 0.19.6 https://github.com/pallets/quart/blob/refs/tags/0.19.6/CHANGES.rst --- pkgs/development/python-modules/quart/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/quart/default.nix b/pkgs/development/python-modules/quart/default.nix index 515e4c9a324dc..d909dfd2f5fa3 100644 --- a/pkgs/development/python-modules/quart/default.nix +++ b/pkgs/development/python-modules/quart/default.nix @@ -31,14 +31,14 @@ buildPythonPackage rec { pname = "quart"; - version = "0.19.5"; + version = "0.19.6"; pyproject = true; src = fetchFromGitHub { owner = "pallets"; repo = "quart"; rev = "refs/tags/${version}"; - hash = "sha256-T2+76AVvXrads7AbjNAExV0i4doQ2xIUEwekVB2JXAo="; + hash = "sha256-oR03Qu93F+pcWywbdYgMKIAdohBNezlGz04ws3yGAxs="; }; build-system = [ -- cgit 1.4.1