Unverified Commit 4ec04a4d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.uiprotect: 10.0.1 -> 10.1.0 (#486402)

parents 8b3c18a7 ef3feaa3
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -40,23 +40,18 @@

buildPythonPackage (finalAttrs: {
  pname = "uiprotect";
  version = "10.0.1";
  version = "10.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "uilibs";
    repo = "uiprotect";
    tag = "v${finalAttrs.version}";
    hash = "sha256-pxxl/NhvJh2Ur8g+25padewvshqSUZmB7vpGmVlH15k=";
    hash = "sha256-tQeDZMukKg3xL/tGeQ7+Rm3lzNJQEcDkErbLfKnaxN8=";
  };

  build-system = [ poetry-core ];

  pythonRelaxDeps = [
    "aiofiles"
    "pydantic"
  ];

  dependencies = [
    aiofiles
    aiohttp