about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-30 20:13:06 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 01:08:59 +0100
commit7dc7b648b9dc22c3809e1f47d45ffd2c090a9856 (patch)
treeb294d3239e4dcdb724e8fa7290f7cd5a88563df7
parent23d19c155db102daae6b3586150739d1ecd220fe (diff)
python3Packages.django-stubs: 1.12.0 -> 1.13.1
-rw-r--r--pkgs/development/python-modules/django-stubs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django-stubs/default.nix b/pkgs/development/python-modules/django-stubs/default.nix
index a03ed9aae01a7..0ecb78f475467 100644
--- a/pkgs/development/python-modules/django-stubs/default.nix
+++ b/pkgs/development/python-modules/django-stubs/default.nix
@@ -12,11 +12,11 @@
 
 buildPythonPackage rec {
   pname = "django-stubs";
-  version = "1.12.0";
+  version = "1.13.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-6os10NpJ97LumaeRJfGUPgM0Md0RRybWZDzDXeYZIw4=";
+    sha256 = "sha256-vMYYujU9q8VA2YK52sHVoZIWUvj8KhNlPVRaV9XjzA8=";
   };
 
   propagatedBuildInputs = [