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

python3Packages.uiprotect: 7.22.0 -> 7.23.0 (#453594)

parents 0bff6b0d 1d229940
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@

buildPythonPackage rec {
  pname = "uiprotect";
  version = "7.22.0";
  version = "7.23.0";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
    owner = "uilibs";
    repo = "uiprotect";
    tag = "v${version}";
    hash = "sha256-RpEBXCkPUdqVqamz/eLOlN5y8cvlvT7dmo04fWJYzmc=";
    hash = "sha256-UScv0RAIgkFYl3yJZDuSzXXV3iI/3maV42hN4EtfUio=";
  };

  build-system = [ poetry-core ];