Loading pkgs/development/python-modules/pypaperless/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -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 = '' Loading @@ -30,11 +30,6 @@ buildPythonPackage rec { build-system = [ hatchling ]; pythonRelaxDeps = [ "aiohttp" "yarl" ]; dependencies = [ aiohttp yarl Loading Loading
pkgs/development/python-modules/pypaperless/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -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 = '' Loading @@ -30,11 +30,6 @@ buildPythonPackage rec { build-system = [ hatchling ]; pythonRelaxDeps = [ "aiohttp" "yarl" ]; dependencies = [ aiohttp yarl Loading