lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+2 -2
pkgs/development/python-modules/django-auditlog/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "django-auditlog"; 19 - version = "3.2.0"; 19 + version = "3.2.1"; 20 20 pyproject = true; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "jazzband"; 24 24 repo = "django-auditlog"; 25 25 tag = "v${version}"; 26 - hash = "sha256-NOtpnYh6HUo7VRSyCUhbpNDv0V9KWST0OEzl7Pt6eR8="; 26 + hash = "sha256-159p82PT3za3wp2XhekGxy+NYxLyQfAyUOyhDjyr2CI="; 27 27 }; 28 28 29 29 nativeBuildInputs = [