python310Packages.django_reversion: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm 2022-06-18 13:01:25 +00:00
parent ea74fc71f6
commit 0c96397ec3

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