python36Packages.djangorestframework: 3.8.2 -> 3.9.0 (#49172)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-djangorestframework/versions
This commit is contained in:
R. RyanTM 2018-10-27 05:45:36 -07:00 committed by Robert Schütz
parent 2754ec233c
commit 6540ec6e75

View file

@ -1,11 +1,11 @@
{ stdenv, buildPythonPackage, fetchPypi, django }:
buildPythonPackage rec {
version = "3.8.2";
version = "3.9.0";
pname = "djangorestframework";
src = fetchPypi {
inherit pname version;
sha256 = "b6714c3e4b0f8d524f193c91ecf5f5450092c2145439ac2769711f7eba89a9d9";
sha256 = "0dk1r2qiifws4bb2pq8xk5dbsrhli0fi14iqg59v360mpfq6ay30";
};
# Test settings are missing