python3Packages.djangorestframework_simplejwt: 4.6.0 -> 4.7.1

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:14 +02:00 committed by Jonathan Ringer
parent 134d62339c
commit be08750220
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "djangorestframework_simplejwt";
version = "4.6.0";
version = "4.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "7adc913ba0d2ed7f46e0b9bf6e86f9bd9248f1c4201722b732b8213e0ea66f9f";
sha256 = "c0e9b617da337becb55e67935eb992fad84f861418e7ab5fb3e77a3fd18d4137";
};
propagatedBuildInputs = [ django djangorestframework pyjwt ];