python3Packages.aioghost: 0.4.12 -> 0.4.13

This commit is contained in:
R. Ryantm
2026-05-09 09:04:30 +00:00
parent 8f689324e3
commit c9f097fda5
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "aioghost";
version = "0.4.12";
version = "0.4.13";
pyproject = true;
src = fetchFromGitHub {
owner = "TryGhost";
repo = "aioghost";
tag = "v${finalAttrs.version}";
hash = "sha256-wz0c2bJIUGkU5niIhJWXthsVToatsuoOzix+VBnETL0=";
hash = "sha256-RKM61uDXuvKHrCDCC3JJ/Mv6u275Qd7KtKkr87IRWJU=";
};
build-system = [ hatchling ];