python: djangorestframework: 3.10.3 -> 3.11.0
This commit is contained in:
parent
c13dbca23c
commit
c160950f45
@ -1,11 +1,11 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, django }:
|
||||
buildPythonPackage rec {
|
||||
version = "3.10.3";
|
||||
version = "3.11.0";
|
||||
pname = "djangorestframework";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "140hwz52rlqqc10gbw5bhyyi4zbpqj3z7wgnh2jrhs2wfzwwp0fw";
|
||||
sha256 = "e782087823c47a26826ee5b6fa0c542968219263fb3976ec3c31edab23a4001f";
|
||||
};
|
||||
|
||||
# Test settings are missing
|
||||
|
Loading…
Reference in New Issue
Block a user