Skip to content

Commit

Permalink
python311Packages.uiprotect: 0.13.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 13, 2024
1 parent 0e3a639 commit d276229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/uiprotect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@

buildPythonPackage rec {
pname = "uiprotect";
version = "0.13.0";
version = "1.1.0";
pyproject = true;

src = fetchFromGitHub {
owner = "uilibs";
repo = "uiprotect";
rev = "v${version}";
hash = "sha256-Laf8P77fLTTJqqUoGZUtGIVmitrXS1OQLeW8Gqu66NU=";
rev = "refs/tags/v${version}";
hash = "sha256-TWErGEQot99x48Ti9rBxaq9qcrZiT/W0irdR+UxC1XI=";
};

postPatch = ''
Expand Down

0 comments on commit d276229

Please sign in to comment.