Merge pull request #111400 from r-ryantm/auto-update/python3.7-django-reversion

python37Packages.django_reversion: 3.0.8 -> 3.0.9
This commit is contained in:
Mario Rodas 2021-01-31 07:25:41 -05:00 committed by GitHub
commit c4001ea0bf
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 = "3.0.8";
version = "3.0.9";
src = fetchPypi {
inherit pname version;
sha256 = "49e9930f90322dc6a2754dd26144285cfcc1c5bd0c1c39ca95d5602c5054ae32";
sha256 = "a5af55f086a3f9c38be2f049c251e06005b9ed48ba7a109473736b1fc95a066f";
};
# tests assume the availability of a mysql/postgresql database