python3Packages.pyomie: 1.1.1 -> 1.1.3

https://github.com/luuuis/pyomie/releases/tag/v1.1.3
This commit is contained in:
Martin Weinelt 2026-07-04 22:09:53 +02:00
commit 62df2853f9
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15,19 +15,22 @@
buildPythonPackage (finalAttrs: {
pname = "pyomie";
version = "1.1.1";
version = "1.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "luuuis";
repo = "pyomie";
tag = "v${finalAttrs.version}";
hash = "sha256-BOaOClTXeoRxWb2aJKN6+lQRCLAShvHPXsUZBbH0mno=";
hash = "sha256-gsCPqKBzQ0nA47WT30PesGuJ4/jicYsFXl04KQ8H/KQ=";
};
build-system = [ poetry-core ];
pythonRelaxDeps = [ "typer" ];
pythonRelaxDeps = [
"click"
"typer"
];
dependencies = [
aiohttp