nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.quart: 0.18.3 -> 0.18.4

https://github.com/pallets/quart/blob/refs/tags/0.18.4/CHANGES.rst

+2 -2
+2 -2
pkgs/development/python-modules/quart/default.nix
··· 29 29 30 30 buildPythonPackage rec { 31 31 pname = "quart"; 32 - version = "0.18.3"; 32 + version = "0.18.4"; 33 33 format = "pyproject"; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "pallets"; 37 37 repo = "quart"; 38 38 rev = "refs/tags/${version}"; 39 - hash = "sha256-aQM8kEhienBG+/zQQ8C/DKiDIMF3l9rq8HSAvg7wvLM="; 39 + hash = "sha256-iT/pePUtH1hwNIOG8Y/YbqCVseNXVOKC0nrXfB2RTlQ="; 40 40 }; 41 41 42 42 nativeBuildInputs = [