python3Packages.django-tenants: 3.7.0 -> 3.7.8

This commit is contained in:
R. Ryantm
2025-05-28 04:26:37 +00:00
parent 3f62a1ca1a
commit 721bad584e

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "django-tenants";
version = "3.7.0";
version = "3.7.8";
pyproject = true;
src = fetchFromGitHub {
owner = "django-tenants";
repo = "django-tenants";
tag = "v${version}";
hash = "sha256-QdEONKVFW/DWBjXWRTG+ahvirw9BP8M6PztUMZGZ33Q=";
hash = "sha256-WC9NWykSnAD7ywjMGuhNdlasGhrnZJfoh/3wJ+2BF2E=";
};
build-system = [ setuptools ];
@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = {
description = "Django tenants using PostgreSQL Schemas";
homepage = "https://github.com/django-tenants/django-tenants";
changelog = "https://github.com/django-tenants/django-tenants/releases/tag/v${version}";
changelog = "https://github.com/django-tenants/django-tenants/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jopejoe1 ];
};