python3Packages.aioghost: 0.4.11 -> 0.4.12

This commit is contained in:
R. Ryantm
2026-05-01 02:02:32 +00:00
parent 57cef49acc
commit d629d9d433
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "aioghost";
version = "0.4.11";
version = "0.4.12";
pyproject = true;
src = fetchFromGitHub {
owner = "TryGhost";
repo = "aioghost";
tag = "v${finalAttrs.version}";
hash = "sha256-RRfPM86ulC+9VhW6trQoGhOKwhP45jn5a6PSw8PkEA4=";
hash = "sha256-wz0c2bJIUGkU5niIhJWXthsVToatsuoOzix+VBnETL0=";
};
build-system = [ hatchling ];