Skip to content

Commit 16f4d58

Browse files
committed
1 parent f084e5a commit 16f4d58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/django

pkgs/development/python-modules/django/3.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
buildPythonPackage rec {
1717
pname = "django";
18-
version = "3.2.19";
18+
version = "3.2.20";
1919

2020
disabled = pythonOlder "3.7";
2121

2222
src = fetchPypi {
2323
pname = "Django";
2424
inherit version;
25-
hash = "sha256-AxNluuloFNoZwQcGIYxE3/O2VMxN4gqYvS0pub3kafA=";
25+
hash = "sha256-3sKhFnh7jhSWIBS/eOEgu6RUE1EI4a+em5Gt57KWTEA=";
2626
};
2727

2828
patches = [

0 commit comments

Comments
 (0)