Commit f9ef591e authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.aioghost: 0.4.0 -> 0.4.10

parent 489849cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage (finalAttrs: {
  pname = "aioghost";
  version = "0.4.0";
  version = "0.4.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TryGhost";
    repo = "aioghost";
    tag = "v${finalAttrs.version}";
    hash = "sha256-VIMkAPUzIzSwXCbwqu+OOvUwd/l2zUJpnvjLlvIoDAk=";
    hash = "sha256-Rumg/ABsA2pK1NRPVPW8wZmUL8VwzV48mU97PFWmCEY=";
  };

  build-system = [ hatchling ];