From cdcbf8f61db3dc903287afb9f1ad9639eaec8ae8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 31 Aug 2025 23:59:34 +0000 Subject: [PATCH] python3Packages.starlette-compress: 1.6.0 -> 1.6.1 --- .../development/python-modules/starlette-compress/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/starlette-compress/default.nix b/pkgs/development/python-modules/starlette-compress/default.nix index 29a855d6333a..35c5b0756b4d 100644 --- a/pkgs/development/python-modules/starlette-compress/default.nix +++ b/pkgs/development/python-modules/starlette-compress/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "starlette-compress"; - version = "1.6.0"; + version = "1.6.1"; pyproject = true; src = fetchFromGitHub { owner = "Zaczero"; repo = "starlette-compress"; tag = version; - hash = "sha256-VEVPbCGE4BQo/0t/P785TyMHZGSKCicV6H0LbBsv8uo="; + hash = "sha256-JRg0WeMVTYnSh2an+/duSXzAigbjbCZ9NUsSNpXlFg8="; }; build-system = [ hatchling ];