Skip to content

Commit 25c969a

Browse files
authored
Merge pull request #333814 from mweinelt/uiprotect-6.0.1
python312Packages.uiprotect: 5.4.0 -> 6.0.1
2 parents 0e1624d + 5e95aa0 commit 25c969a

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
@@ -37,7 +37,7 @@
3737

3838
buildPythonPackage rec {
3939
pname = "uiprotect";
40-
version = "5.4.0";
40+
version = "6.0.1";
4141
pyproject = true;
4242

4343
disabled = pythonOlder "3.10";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
4646
owner = "uilibs";
4747
repo = "uiprotect";
4848
rev = "refs/tags/v${version}";
49-
hash = "sha256-LwG8X1UHsGL7jw4au2Jeo6pcsnRK23rqB5aFBQRTGmI=";
49+
hash = "sha256-2rkXaFzdIOCGF60k7TpqAqTSxFFhmqhY8yKm7cEvgkE=";
5050
};
5151

5252
postPatch = ''

0 commit comments

Comments
 (0)