python3Packages.django-tenants: 3.10.0 -> 3.11.2

This commit is contained in:
R. Ryantm
2026-07-07 07:00:26 +00:00
parent 60f3895575
commit bd62dbb2c2
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "django-tenants";
version = "3.10.0";
version = "3.11.2";
pyproject = true;
src = fetchFromGitHub {
owner = "django-tenants";
repo = "django-tenants";
tag = "v${version}";
hash = "sha256-MzpoA49LOORR8LRLdWKhVZ+zQbF9GKLqBBi/j8WecK8=";
hash = "sha256-J7poXEHbRxhULYwFbV4tktet5wdsvd7RNHgivETy9+8=";
};
build-system = [ setuptools ];