python3Packages.django-hijack: 3.7.2 -> 3.7.3

https://github.com/django-hijack/django-hijack/releases/tag/3.7.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:07 +02:00
parent 2a70195ea8
commit 3498d6fead
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "django-hijack";
version = "3.7.2";
version = "3.7.3";
pyproject = true;
src = fetchFromGitHub {
owner = "django-hijack";
repo = "django-hijack";
tag = version;
hash = "sha256-JGcVXM/kWsahGNh1llV4NB+/FLAh3hqFRbs3PyYqRnA=";
hash = "sha256-0Ix8bTOt+5Bzvbx0OrgxvQU/t9IaZlq7gLtCeVPR2qc=";
};
build-system = [
@@ -52,7 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Allows superusers to hijack (=login as) and work on behalf of another user";
homepage = "https://github.com/django-hijack/django-hijack";
changelog = "https://github.com/django-hijack/django-hijack/releases/tag/${version}";
changelog = "https://github.com/django-hijack/django-hijack/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ ris ];
};