about summary refs log tree commit diff
path: root/pkgs/development/python-modules/djangorestframework-simplejwt
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-26 21:32:33 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-05 14:56:30 +0200
commit8230f39b9d3eff2b3de9c3a08100b1c16159a693 (patch)
tree57a56668b24b9ea340eff5bb03f400f3d5a98aaf /pkgs/development/python-modules/djangorestframework-simplejwt
parent60f73baf676d976ce039770ba39b71806c8647b6 (diff)
python3Packages.djangorestframework_simplejwt: 4.7.1 -> 4.8.0
Diffstat (limited to 'pkgs/development/python-modules/djangorestframework-simplejwt')
-rw-r--r--pkgs/development/python-modules/djangorestframework-simplejwt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/djangorestframework-simplejwt/default.nix b/pkgs/development/python-modules/djangorestframework-simplejwt/default.nix
index 82ff51fd38219..ad9afabadf2c1 100644
--- a/pkgs/development/python-modules/djangorestframework-simplejwt/default.nix
+++ b/pkgs/development/python-modules/djangorestframework-simplejwt/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "djangorestframework_simplejwt";
-  version = "4.7.1";
+  version = "4.8.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c0e9b617da337becb55e67935eb992fad84f861418e7ab5fb3e77a3fd18d4137";
+    sha256 = "153c973c5c154baf566be431de8527c2bd62557fde7373ebcb0f02b73b28e07a";
   };
 
   propagatedBuildInputs = [ django djangorestframework pyjwt ];