python3Packages.django-reversion: 5.1.0 -> 6.0.0 (#445151)

This commit is contained in:
Fabian Affolter
2025-09-22 09:59:39 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "django-reversion";
version = "5.1.0";
version = "6.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "django_reversion";
inherit version;
hash = "sha256-MwmCHltvzu3M5raXXxqcf6tq58fQ4SdqkONFlG+g3Lg=";
hash = "sha256-yrD9kGQLLOs316iXgjynKiG5YK0dajuctONR+rvSfZw=";
};
build-system = [ setuptools ];