mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
python3Packages.filetype: 1.0.13 -> 1.1.0
This commit is contained in:
parent
67257c62f1
commit
7c0ea4f0bc
@ -7,14 +7,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "filetype";
|
||||
version = "1.0.13";
|
||||
version = "1.1.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-ahBHYv6T11XJYqqWyz2TCkj5GgdhBHEmxe6tIVPjOwM=";
|
||||
hash = "sha256-r+SgAClgH2bSObcmiAZcx8IZ3sHJJ5lPkLgl6eU9j5M=";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
@ -30,6 +30,8 @@ buildPythonPackage rec {
|
||||
"test_guess_memoryview"
|
||||
"test_guess_extension_memoryview"
|
||||
"test_guess_mime_memoryview"
|
||||
# https://github.com/h2non/filetype.py/issues/128
|
||||
"test_guess_zstd"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
Loading…
Reference in New Issue
Block a user