python3Packages.aioghost: 0.4.18 -> 0.4.19

This commit is contained in:
R. Ryantm
2026-07-18 08:00:07 +00:00
parent bdc4412fd8
commit 3906c00fca

View File

@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "aioghost";
version = "0.4.18";
version = "0.4.19";
pyproject = true;
src = fetchFromGitHub {
owner = "TryGhost";
repo = "aioghost";
tag = "v${finalAttrs.version}";
hash = "sha256-4YmIsXegv23ZVpvewixJVR6IY8YqQzeLKDAjHTp937k=";
hash = "sha256-bjdBaTPyNBRbBkmFTNlcBlXsWYBbDSq1PUXMvYvzkjM=";
};
build-system = [ hatchling ];