mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pyomie: 1.1.1 -> 1.1.3
https://github.com/luuuis/pyomie/releases/tag/v1.1.3
This commit is contained in:
parent
02a3689d45
commit
62df2853f9
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue