mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 14:14:20 +00:00
python312Packages.uiprotect: 6.3.2 -> 6.4.0 (#353810)
This commit is contained in:
commit
e262b8123c
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "uiprotect";
|
pname = "uiprotect";
|
||||||
version = "6.3.2";
|
version = "6.4.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
@ -48,7 +48,7 @@ buildPythonPackage rec {
|
|||||||
owner = "uilibs";
|
owner = "uilibs";
|
||||||
repo = "uiprotect";
|
repo = "uiprotect";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-qODr3MM1nBna3gBZhq/uAYUpKHrvoB3lebKsusxw9yE=";
|
hash = "sha256-+BHxcwQhx4lOqS0ATk1PjLbyTu7xQakM3HMrydXeGUc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
Loading…
Reference in New Issue
Block a user