python3Packages.pypaperless: 4.1.1 -> 5.0.0 (#425676)

This commit is contained in:
dotlambda
2025-07-16 18:28:28 -07:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pypaperless";
version = "4.1.1";
version = "5.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tb1337";
repo = "paperless-api";
tag = "v${version}";
hash = "sha256-q2LQiO/9AGROczcKrfatO3P96Fvkdn0HqEDlUbRfhaE=";
hash = "sha256-ItaHtAhLrrrLrem6gW5oRUqYIJAdhBJH+aig2cWN1a4=";
};
postPatch = ''