Skip to content

Commit 5395e70

Browse files
fabaffmweinelt
authored andcommitted
1 parent f27e56c commit 5395e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/uiprotect/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
buildPythonPackage rec {
4242
pname = "uiprotect";
43-
version = "7.1.0";
43+
version = "7.4.1";
4444
pyproject = true;
4545

4646
disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
4949
owner = "uilibs";
5050
repo = "uiprotect";
5151
tag = "v${version}";
52-
hash = "sha256-TALjJmTI5lMXyXcJtfyMVpqLo8dBbENG22EX7B+3QKQ=";
52+
hash = "sha256-y4rJoT70WiVS9Gs/U6FPOaGGubPI43x9tA2vcdiDBlw=";
5353
};
5454

5555
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)