lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.filetype: 1.1.0 -> 1.2.0

+2 -2
+2 -2
pkgs/development/python-modules/filetype/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "filetype"; 10 - version = "1.1.0"; 10 + version = "1.2.0"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-r+SgAClgH2bSObcmiAZcx8IZ3sHJJ5lPkLgl6eU9j5M="; 17 + hash = "sha256-ZrVs1kdL9B2MVGYDR9N6/MP30ZcGSN42XBAu93VIqts="; 18 18 }; 19 19 20 20 checkInputs = [