python3Packages.aioghost: 0.4.23 -> 0.4.24

This commit is contained in:
R. Ryantm
2026-08-23 15:33:24 +00:00
parent aba3a61aef
commit decc76f6c5

View File

@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "aioghost";
version = "0.4.23";
version = "0.4.24";
pyproject = true;
src = fetchFromGitHub {
owner = "TryGhost";
repo = "aioghost";
tag = "v${finalAttrs.version}";
hash = "sha256-bgWBZvkHkUE1o2a6L6vC1YK41Da0SayPhTLJeTbnYxk=";
hash = "sha256-5yQ2JL24BJ97xJKJlxod0BNT6gKTsdkFz+s8sM4plBc=";
};
build-system = [ hatchling ];