python310Packages.filetype: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm
2022-11-03 18:10:43 +00:00
parent 100e2c666c
commit 43bc5aacf1
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "filetype";
version = "1.1.0";
version = "1.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-r+SgAClgH2bSObcmiAZcx8IZ3sHJJ5lPkLgl6eU9j5M=";
hash = "sha256-ZrVs1kdL9B2MVGYDR9N6/MP30ZcGSN42XBAu93VIqts=";
};
checkInputs = [