Unverified Commit 0438c4c1 authored by tomberek's avatar tomberek Committed by GitHub
Browse files

python3Packages.aioghost: 0.4.10 -> 0.4.11 (#512201)

parents 8abbe28e 64bf10f4
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.10";
  version = "0.4.11";
  pyproject = true;

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

  build-system = [ hatchling ];