about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-27 17:17:00 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-27 10:38:02 -0700
commit8ea3f05c37b43e84fb1d2333971cff6b306db00a (patch)
treef49de298d1bf1605599aac2a9328a26950d2a3f1
parente3c9a63cb2a1c6f7808cf2d15161b692612c271d (diff)
downloadnixlib-8ea3f05c37b43e84fb1d2333971cff6b306db00a.tar
nixlib-8ea3f05c37b43e84fb1d2333971cff6b306db00a.tar.gz
nixlib-8ea3f05c37b43e84fb1d2333971cff6b306db00a.tar.bz2
nixlib-8ea3f05c37b43e84fb1d2333971cff6b306db00a.tar.lz
nixlib-8ea3f05c37b43e84fb1d2333971cff6b306db00a.tar.xz
nixlib-8ea3f05c37b43e84fb1d2333971cff6b306db00a.tar.zst
nixlib-8ea3f05c37b43e84fb1d2333971cff6b306db00a.zip
python27Packages.filetype: 1.0.5 -> 1.0.6
-rw-r--r--pkgs/development/python-modules/filetype/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/filetype/default.nix b/pkgs/development/python-modules/filetype/default.nix
index 34f7ac4e4a93..40bbc688e205 100644
--- a/pkgs/development/python-modules/filetype/default.nix
+++ b/pkgs/development/python-modules/filetype/default.nix
@@ -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 ];
   };