python313Packages.django-auditlog: 3.2.1 -> 3.3.0

Diff: https://github.com/jazzband/django-auditlog/compare/v3.2.1...v3.3.0

Changelog: https://github.com/jazzband/django-auditlog/blob/v3.3.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-10-05 12:59:17 +02:00
parent b7ffd1a8c2
commit 5a28164394
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "django-auditlog";
version = "3.2.1";
version = "3.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-auditlog";
tag = "v${version}";
hash = "sha256-159p82PT3za3wp2XhekGxy+NYxLyQfAyUOyhDjyr2CI=";
hash = "sha256-ZOCLlS9SUY8W3jfA+51gy5yUchJr+rpBzH+Sx1G/kUM=";
};
nativeBuildInputs = [