Unverified Commit a459725e authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

python312Packages.asyncer: 0.0.9 -> 0.0.10 (#454698)

parents 19ae2e15 a2f52f4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "asyncer";
  version = "0.0.9";
  version = "0.0.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fastapi";
    repo = "asyncer";
    tag = version;
    hash = "sha256-1M5MGaxfEfJMCfAoGorNGbRBZdvLue5lHu8DuR96mLo=";
    hash = "sha256-LjQOhcnCwM4Vcw+lBq6bexPYewRuhkU/R/pkDTEVHWQ=";
  };

  build-system = [ pdm-backend ];