Skip to content

Commit dbd6101

Browse files
committed
python3Packages.django-stubs: 5.1.3 -> 5.2.0
1 parent c51f96f commit dbd6101

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/django-stubs

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/django-stubs/default.nix

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

1717
buildPythonPackage rec {
1818
pname = "django-stubs";
19-
version = "5.1.3";
19+
version = "5.2.0";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.8";
2323

2424
src = fetchPypi {
2525
pname = "django_stubs";
2626
inherit version;
27-
hash = "sha256-jCMLxb6+5tooK6iietFQPISgxM0vRuY9FJ520qY+Y5o=";
27+
hash = "sha256-B+JcLTy/9b5UAif/N3GcyJ8hXfqqpesDinWwG7+7JyI=";
2828
};
2929

3030
build-system = [ setuptools ];

0 commit comments

Comments
 (0)