1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python.pkgs.filetype: 1.0.3 -> 1.0.4

This commit is contained in:
Robert Schütz 2019-02-10 18:38:36 +01:00
parent 3e70c0b4e2
commit ada55339d3

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "filetype";
version = "1.0.3";
version = "1.0.4";
src = fetchPypi {
inherit pname version;
sha256 = "74ccbd9ca5c95aad5665eee2f173fb1930226a12f05b0bc7380b1d456a86fcdf";
sha256 = "366c50d0211798e696626f125134163ac2fff25a70131eec80a1d1a6196c1027";
};
checkPhase = ''