Skip to content

Commit

Permalink
Merge pull request #319431 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.uiprotect

python311Packages.uiprotect: 0.13.0 -> 1.1.0
  • Loading branch information
mweinelt authored Jun 13, 2024
2 parents 0c31cf5 + d276229 commit 9a10516
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 9a10516

Please sign in to comment.