python3Packages.aioghost: 0.4.16 -> 0.4.17

This commit is contained in:
R. Ryantm
2026-06-13 08:59:38 +00:00
parent 733bdb9f7a
commit b53623ab0e
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "aioghost";
version = "0.4.16";
version = "0.4.17";
pyproject = true;
src = fetchFromGitHub {
owner = "TryGhost";
repo = "aioghost";
tag = "v${finalAttrs.version}";
hash = "sha256-ZyRPXtQVOEyKHiX1utIukoayHtCNB/gm8i/gUIEYhtg=";
hash = "sha256-4yywuZOfKwTTHpZdSSyE0d8t+LlJL5+AW48Xb85od+k=";
};
build-system = [ hatchling ];