python37Packages.django_reversion: 3.0.2 -> 3.0.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django-reversion/versions
This commit is contained in:
R. RyanTM 2019-02-04 10:55:21 -08:00 committed by Frederik Rietdijk
parent acd4d1f3dd
commit ce00827c5a

View File

@ -6,11 +6,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-reversion"; pname = "django-reversion";
version = "3.0.2"; version = "3.0.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "9b8a245917e1bae131d3210c9ca7efbc066e60f32efa436e391c9803c3f4b61b"; sha256 = "0xjs803r5fxaqpkjbpsb17j8racxa4q1nvjjaj1akkgkgw9dj343";
}; };
# tests assume the availability of a mysql/postgresql database # tests assume the availability of a mysql/postgresql database