From be0048ac98f0c6eb1ef728c3046798c1deb29e0a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 21 May 2026 09:32:09 +0200 Subject: [PATCH] python3Packages.aioghost: 0.4.14 -> 0.4.16 Diff: https://github.com/TryGhost/aioghost/compare/v0.4.14...v0.4.16 Changelog: https://github.com/TryGhost/aioghost/releases/tag/v0.4.16 --- pkgs/development/python-modules/aioghost/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioghost/default.nix b/pkgs/development/python-modules/aioghost/default.nix index 39ade383a92e..4aff5398247a 100644 --- a/pkgs/development/python-modules/aioghost/default.nix +++ b/pkgs/development/python-modules/aioghost/default.nix @@ -13,14 +13,14 @@ buildPythonPackage (finalAttrs: { pname = "aioghost"; - version = "0.4.14"; + version = "0.4.16"; pyproject = true; src = fetchFromGitHub { owner = "TryGhost"; repo = "aioghost"; tag = "v${finalAttrs.version}"; - hash = "sha256-HZYBBJWP9XscXADtBvovybRh01fhyFGnjHJ5vweo9OA="; + hash = "sha256-ZyRPXtQVOEyKHiX1utIukoayHtCNB/gm8i/gUIEYhtg="; }; build-system = [ hatchling ];