python: zope.contenttype: 4.0.1 -> 4.4

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:23 +01:00
parent 9199fa741b
commit 3a7bdea602

View File

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zope.contenttype"; pname = "zope.contenttype";
version = "4.0.1"; version = "4.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "9decc7531ad6925057f1a667ac0ef9d658577a92b0b48dafa7daa97b78a02bbb"; sha256 = "08c0408f515668e6f0c4fd492b66fbe87a074c1aa21cfc6be8c6292482d8b2f4";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {