python3Packages.pypaperless: 5.0.0 -> 5.1.0

Diff: https://github.com/tb1337/paperless-api/compare/v5.0.0...v5.1.0

Changelog: https://github.com/tb1337/paperless-api/releases/tag/v5.1.0
This commit is contained in:
Robert Schütz
2025-10-19 21:32:26 -07:00
parent 6fd6c247df
commit 7266d38b09
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pypaperless";
version = "5.0.0";
version = "5.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tb1337";
repo = "paperless-api";
tag = "v${version}";
hash = "sha256-ItaHtAhLrrrLrem6gW5oRUqYIJAdhBJH+aig2cWN1a4=";
hash = "sha256-J2YAUVgiXcb9jM0yDkBkg3X7k8B7hT3dxeEI5Tn2QLY=";
};
postPatch = ''
@@ -30,11 +30,6 @@ buildPythonPackage rec {
build-system = [ hatchling ];
pythonRelaxDeps = [
"aiohttp"
"yarl"
];
dependencies = [
aiohttp
yarl