python3Packages.uiprotect: 10.0.1 -> 10.1.0
Diff: https://github.com/uilibs/uiprotect/compare/v10.0.1...v10.1.0 Changelog: https://github.com/uilibs/uiprotect/blob/v10.1.0/CHANGELOG.md
This commit is contained in:
@@ -40,23 +40,18 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "uiprotect";
|
||||
version = "10.0.1";
|
||||
version = "10.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "uilibs";
|
||||
repo = "uiprotect";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-pxxl/NhvJh2Ur8g+25padewvshqSUZmB7vpGmVlH15k=";
|
||||
hash = "sha256-tQeDZMukKg3xL/tGeQ7+Rm3lzNJQEcDkErbLfKnaxN8=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"aiofiles"
|
||||
"pydantic"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiofiles
|
||||
aiohttp
|
||||
|
||||
Reference in New Issue
Block a user