python3Packages.aioghost: 0.4.0 -> 0.4.10 (#509717)

This commit is contained in:
Nick Cao
2026-04-13 22:05:11 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "aioghost";
version = "0.4.0";
version = "0.4.10";
pyproject = true;
src = fetchFromGitHub {
owner = "TryGhost";
repo = "aioghost";
tag = "v${finalAttrs.version}";
hash = "sha256-VIMkAPUzIzSwXCbwqu+OOvUwd/l2zUJpnvjLlvIoDAk=";
hash = "sha256-Rumg/ABsA2pK1NRPVPW8wZmUL8VwzV48mU97PFWmCEY=";
};
build-system = [ hatchling ];