Commit bb96eb3d authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.uiprotect: 7.5.2 -> 7.5.4

parent 6e3a80e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@

buildPythonPackage rec {
  pname = "uiprotect";
  version = "7.5.2";
  version = "7.5.4";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
    owner = "uilibs";
    repo = "uiprotect";
    tag = "v${version}";
    hash = "sha256-cXvjxXvGnIJ5lRtH8t5TFTUgGKUZOcGkyur9e+Anbf4=";
    hash = "sha256-bDkMG+4XtniojoOnrfGRDewaDOP+jnUQRFYYFAHKxyE=";
  };

  build-system = [ poetry-core ];