Unverified Commit cee01c38 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python312Packages.tenant-schemas-celery: 3.0.0 -> 4.0.0 (#400494)

parents c85865ca 71898087
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "tenant-schemas-celery";
  version = "3.0.0";
  version = "4.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "maciej-gol";
    repo = "tenant-schemas-celery";
    tag = version;
    hash = "sha256-3ZUXSAOBMtj72sk/VwPV24ysQK+E4l1HdwKa78xrDtg=";
    hash = "sha256-SpjiVbgAXY+WzVpGYt3uislPn9u1buGN4z94Rg5MAwo=";
  };

  build-system = [ setuptools ];
@@ -27,7 +27,7 @@ buildPythonPackage rec {
  meta = {
    description = "Celery application implementation that allows celery tasks to cooperate with multi-tenancy provided by django-tenant-schemas and django-tenants packages";
    homepage = "https://github.com/maciej-gol/tenant-schemas-celery";
    changelog = "https://github.com/maciej-gol/tenant-schemas-celery/releases/tag/${version}";
    changelog = "https://github.com/maciej-gol/tenant-schemas-celery/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ jopejoe1 ];
  };