python3Packages.pypaperless: 4.1.0 -> 4.1.1

https://github.com/tb1337/paperless-api/releases/tag/v4.1.1

Changed files
+7 -2
pkgs
development
python-modules
pypaperless
+7 -2
pkgs/development/python-modules/pypaperless/default.nix
···
buildPythonPackage rec {
pname = "pypaperless";
-
version = "4.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tb1337";
repo = "paperless-api";
tag = "v${version}";
-
hash = "sha256-uzMYHlV+xqWIpqPpX2myxS9cqBsqShOoQ9oedDT/zeA=";
};
postPatch = ''
···
'';
build-system = [ hatchling ];
dependencies = [
aiohttp
···
buildPythonPackage rec {
pname = "pypaperless";
+
version = "4.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tb1337";
repo = "paperless-api";
tag = "v${version}";
+
hash = "sha256-q2LQiO/9AGROczcKrfatO3P96Fvkdn0HqEDlUbRfhaE=";
};
postPatch = ''
···
'';
build-system = [ hatchling ];
+
+
pythonRelaxDeps = [
+
"aiohttp"
+
"yarl"
+
];
dependencies = [
aiohttp