Unverified Commit e262b812 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.uiprotect: 6.3.2 -> 6.4.0 (#353810)

parents 8a4815ff 28569cf9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@

buildPythonPackage rec {
  pname = "uiprotect";
  version = "6.3.2";
  version = "6.4.0";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -48,7 +48,7 @@ buildPythonPackage rec {
    owner = "uilibs";
    repo = "uiprotect";
    rev = "refs/tags/v${version}";
    hash = "sha256-qODr3MM1nBna3gBZhq/uAYUpKHrvoB3lebKsusxw9yE=";
    hash = "sha256-+BHxcwQhx4lOqS0ATk1PjLbyTu7xQakM3HMrydXeGUc=";
  };

  build-system = [ poetry-core ];