Loading pkgs/by-name/pa/paperless-ngx/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -174,6 +174,7 @@ python.pkgs.buildPythonApplication rec { "celery" "django-allauth" "django-auditlog" "django-cachalot" "drf-spectacular-sidecar" "python-dotenv" "gotenberg-client" Loading pkgs/development/python-modules/django-cachalot/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "django-cachalot"; version = "2.8.0"; version = "2.9.0"; format = "setuptools"; src = fetchFromGitHub { owner = "noripyt"; repo = "django-cachalot"; tag = "v${version}"; hash = "sha256-3W+9cULL3mMtAkxbqetoIj2FL/HRbzWHIDMe9O1e6BM="; hash = "sha256-oCeMta6Bm+3BUu81huirGV9tMhSAYFjbV2vedghznyM="; }; patches = [ Loading Loading
pkgs/by-name/pa/paperless-ngx/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -174,6 +174,7 @@ python.pkgs.buildPythonApplication rec { "celery" "django-allauth" "django-auditlog" "django-cachalot" "drf-spectacular-sidecar" "python-dotenv" "gotenberg-client" Loading
pkgs/development/python-modules/django-cachalot/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "django-cachalot"; version = "2.8.0"; version = "2.9.0"; format = "setuptools"; src = fetchFromGitHub { owner = "noripyt"; repo = "django-cachalot"; tag = "v${version}"; hash = "sha256-3W+9cULL3mMtAkxbqetoIj2FL/HRbzWHIDMe9O1e6BM="; hash = "sha256-oCeMta6Bm+3BUu81huirGV9tMhSAYFjbV2vedghznyM="; }; patches = [ Loading