about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-07-12 16:20:36 +0300
committerGitHub <noreply@github.com>2023-07-12 16:20:36 +0300
commit68d15fd8f9157080a2b7a068728359040a821188 (patch)
tree535970a76ca1fbdae7a348674b1e79366b8f5bb9
parentcb6c40ae61e7eff2feb2c8dd0c013e401944b356 (diff)
parentcb9c05039b4b9f11d428f369d9699809f794583c (diff)
Merge pull request #243025 from r-ryantm/auto-update/python311Packages.django-stubs-ext
python311Packages.django-stubs-ext: 4.2.1 -> 4.2.2
-rw-r--r--pkgs/development/python-modules/django-stubs-ext/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django-stubs-ext/default.nix b/pkgs/development/python-modules/django-stubs-ext/default.nix
index c5ea30c145608..a3bbfd91b0d8c 100644
--- a/pkgs/development/python-modules/django-stubs-ext/default.nix
+++ b/pkgs/development/python-modules/django-stubs-ext/default.nix
@@ -9,14 +9,14 @@
 
 buildPythonPackage rec {
   pname = "django-stubs-ext";
-  version = "4.2.1";
+  version = "4.2.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-JpbW99hTg0GwYM/6lWXHLqeX6GZofgQLhtKcrYeZ5f4=";
+    hash = "sha256-xp0cxG8cTDt4lLaFpQIsKbKjbHz7UuI3YurzV+v8LJg=";
   };
 
   propagatedBuildInputs = [