python3Packages.django-auditlog: 3.2.0 -> 3.2.1

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

Changelog: https://github.com/jazzband/django-auditlog/blob/v3.2.1/CHANGELOG.md
This commit is contained in:
Sandro Jäckel
2025-08-19 00:47:16 +02:00
parent 93ebc4f66e
commit a3b4ab063a
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "django-auditlog";
version = "3.2.0";
version = "3.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-auditlog";
tag = "v${version}";
hash = "sha256-NOtpnYh6HUo7VRSyCUhbpNDv0V9KWST0OEzl7Pt6eR8=";
hash = "sha256-159p82PT3za3wp2XhekGxy+NYxLyQfAyUOyhDjyr2CI=";
};
nativeBuildInputs = [