Skip to content

Commit

Permalink
python312Packages.uiprotect: 5.2.2 -> 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jul 17, 2024
1 parent c47294a commit 0e029f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/uiprotect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

buildPythonPackage rec {
pname = "uiprotect";
version = "5.2.2";
version = "5.3.0";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
rev = "refs/tags/v${version}";
hash = "sha256-XWsb/sEXJynb8NEdSm9LMPKTZbacwYHHTUaol1nR3kM=";
hash = "sha256-3+et24rvB9wh1cvUOXtgeDkh+SI0+dOrEnFBH5g735o=";
};

postPatch = ''
Expand Down

0 comments on commit 0e029f1

Please sign in to comment.