python3Packages.aioghost: 0.4.17 -> 0.4.18

This commit is contained in:
R. Ryantm
2026-06-30 14:43:03 +00:00
parent 373ffc1d5a
commit 739447ed42
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "aioghost";
version = "0.4.17";
version = "0.4.18";
pyproject = true;
src = fetchFromGitHub {
owner = "TryGhost";
repo = "aioghost";
tag = "v${finalAttrs.version}";
hash = "sha256-4yywuZOfKwTTHpZdSSyE0d8t+LlJL5+AW48Xb85od+k=";
hash = "sha256-4YmIsXegv23ZVpvewixJVR6IY8YqQzeLKDAjHTp937k=";
};
build-system = [ hatchling ];