Unverified Commit b7f28e1b authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.httpx-sse: 0.4.1 -> 0.4.3 (#450256)

parents fb8bc695 7031da62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "httpx-sse";
  version = "0.4.1";
  version = "0.4.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "florimondmanca";
    repo = "httpx-sse";
    tag = version;
    hash = "sha256-bSozSZmbRU5sc3jvVUOAXQWVBA8GhzM2R26uPdabS+w=";
    hash = "sha256-6DPbfJlbLmws9GkQ2zePGp4g0at4M32vrIDtmUPDkX4=";
  };

  build-system = [