python27Packages.filetype: 1.0.5 -> 1.0.6

This commit is contained in:
R. RyanTM 2020-03-27 17:17:00 +00:00 committed by Jon
parent e3c9a63cb2
commit 8ea3f05c37

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "filetype";
version = "1.0.5";
version = "1.0.6";
src = fetchPypi {
inherit pname version;
sha256 = "17a3b885f19034da29640b083d767e0f13c2dcb5dcc267945c8b6e5a5a9013c7";
sha256 = "10985zfx90m527binx3fxvm4nsqmlwf0jj8j8mpbxb8wj8ivkllr";
};
checkPhase = ''
@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Infer file type and MIME type of any file/buffer";
homepage = https://github.com/h2non/filetype.py;
homepage = "https://github.com/h2non/filetype.py";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};