python37Packages.django-cors-headers: 2.4.0 -> 2.5.0

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.7-django-cors-headers/versions
This commit is contained in:
R. RyanTM 2019-03-11 08:10:25 -07:00
parent 213d6dd6ac
commit 2c8b352e4a

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "django-cors-headers";
version = "2.4.0";
version = "2.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "1qfa9awsj3f0nwygb0vdh4ilcsfi6zinzng73cd5864x2fbyxhn4";
sha256 = "02irmhj61mhz3kaw9md4rqpavzkcvkhfk5lhgvss39yras5sxbm8";
};
propagatedBuildInputs = [ django ];