python3Packages.mobi: 0.3.3 -> 0.4.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:34 +01:00
parent 376a417b2c
commit 05bef958d7
@@ -3,33 +3,35 @@
buildPythonPackage,
fetchFromGitHub,
loguru,
poetry-core,
setuptools,
hatchling,
standard-imghdr,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "mobi";
version = "0.3.3";
version = "0.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "iscc";
repo = "mobi";
tag = "v${version}";
hash = "sha256-g1L72MkJdrKQRsEdew+Qsn8LfCn8+cmj2pmY6s4nv2U=";
hash = "sha256-Hbw4TX/yKkuxYQ9vZZp/wasDCop8pvyQc5zWloMQbng=";
};
build-system = [ hatchling ];
pythonRelaxDeps = [ "loguru" ];
dependencies = [ standard-imghdr ];
nativeBuildInputs = [
poetry-core
setuptools
dependencies = [
loguru
standard-imghdr
];
propagatedBuildInputs = [ loguru ];
nativeCheckInputs = [
pytestCheckHook
];
pythonImportsCheck = [ "mobi" ];