summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-31 07:25:41 -0500
committerGitHub <noreply@github.com>2021-01-31 07:25:41 -0500
commitc4001ea0bf63700b969e81f2edd2aae63594e296 (patch)
tree3350b9739efe959f4d430facbd1a8b1991ff6ca2 /pkgs
parentf6e16737a220788adaf840a3dfef59149ab00540 (diff)
parent0519e5572e251a4964dd6ef63c7a13ea0b2761c0 (diff)
Merge pull request #111400 from r-ryantm/auto-update/python3.7-django-reversion
python37Packages.django_reversion: 3.0.8 -> 3.0.9
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/django_reversion/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django_reversion/default.nix b/pkgs/development/python-modules/django_reversion/default.nix
index 3f038b4fd06c..6de1ce64328b 100644
--- a/pkgs/development/python-modules/django_reversion/default.nix
+++ b/pkgs/development/python-modules/django_reversion/default.nix
@@ -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