Merge pull request #178146 from r-ryantm/auto-update/python310Packages.django_reversion

This commit is contained in:
Martin Weinelt 2022-06-18 16:22:14 +02:00 committed by GitHub
commit 2663d1b159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "django-reversion";
version = "5.0.0";
version = "5.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-C63jw5k4dFEIfwxng14NPRhtdn3mpcW6U6iOr8Pyccg=";
sha256 = "sha256-orJqS4SxEzgTbKnWRXpK8wcJkseoliOzSQCaEj8o6h0=";
};
# tests assume the availability of a mysql/postgresql database

View File

@ -61,6 +61,7 @@ mapAliases ({
django_extensions = django-extensions; # added 2022-01-09
django_guardian = django-guardian; # added 2022-05-19
django_modelcluster = django-modelcluster; # added 2022-04-02
django_reversion = django-reversion; # added 2022-06-18
django_polymorphic = django-polymorphic; # added 2022-05-24
django_redis = django-redis; # added 2021-10-11
django_taggit = django-taggit; # added 2021-10-11

View File

@ -2440,7 +2440,7 @@ in {
djangorestframework-simplejwt = callPackage ../development/python-modules/djangorestframework-simplejwt { };
django_reversion = callPackage ../development/python-modules/django_reversion { };
django-reversion = callPackage ../development/python-modules/django-reversion { };
django-sampledatahelper = callPackage ../development/python-modules/django-sampledatahelper { };