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

python3Packages.django-tenants: 3.7.8 -> 3.9.0 (#441458)

parents 70a02826 9da01716
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "django-tenants";
  version = "3.7.8";
  version = "3.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "django-tenants";
    repo = "django-tenants";
    tag = "v${version}";
    hash = "sha256-WC9NWykSnAD7ywjMGuhNdlasGhrnZJfoh/3wJ+2BF2E=";
    hash = "sha256-oj8nh2qzdTChu6URvfWEj6FeqPq38h5N8V2G/e6hE/Q=";
  };

  build-system = [ setuptools ];