Unverified Commit 82a5040b authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.uiprotect: 10.1.0 -> 10.2.1 (#494321)

parents 582e12dd 216c69ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@

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

  src = fetchFromGitHub {
    owner = "uilibs";
    repo = "uiprotect";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tQeDZMukKg3xL/tGeQ7+Rm3lzNJQEcDkErbLfKnaxN8=";
    hash = "sha256-4zgE5XbjCZzu+Ug66cgKy/Zqy1oyTDIVsPpyDrcra24=";
  };

  build-system = [ poetry-core ];