Merge pull request #185493 from r-ryantm/auto-update/python3.10-django-reversion

python310Packages.django-reversion: 5.0.1 -> 5.0.2
This commit is contained in:
Fabian Affolter 2022-08-07 09:57:31 +02:00 committed by GitHub
commit 3cad62454a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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