mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
python312Packages.uiprotect: 7.5.4 -> 7.5.5 (#402328)
https://github.com/uilibs/uiprotect/blob/v7.5.5/CHANGELOG.md
This commit is contained in:
parent
d01735ffab
commit
2c49798b87
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "uiprotect";
|
pname = "uiprotect";
|
||||||
version = "7.5.4";
|
version = "7.5.5";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
|
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||||
owner = "uilibs";
|
owner = "uilibs";
|
||||||
repo = "uiprotect";
|
repo = "uiprotect";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-bDkMG+4XtniojoOnrfGRDewaDOP+jnUQRFYYFAHKxyE=";
|
hash = "sha256-+acG6vNBOLSIoM8wFQjWOh3PhwUI+/wcjMf7InDt8IA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue