python3Packages.icoextract: 0.1.5 -> 0.2.0 (#437741)

authored by dotlambda and committed by GitHub c57da208 f8a6a1cd

+2 -5
+2 -5
pkgs/by-name/ic/icoextract/package.nix
··· 6 7 python3Packages.buildPythonApplication rec { 8 pname = "icoextract"; 9 - version = "0.1.5"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "jlu5"; 14 repo = "icoextract"; 15 rev = version; 16 - hash = "sha256-McVG8966NCEpzc9biawLvUgbQUtterkIud/9GwOeltI="; 17 }; 18 19 build-system = with python3Packages; [ setuptools ]; ··· 29 pythonImportsCheck = [ "icoextract" ]; 30 31 postInstall = '' 32 - substituteInPlace exe-thumbnailer.thumbnailer \ 33 - --replace Exec=exe-thumbnailer Exec=$out/bin/exe-thumbnailer 34 - 35 install -Dm644 exe-thumbnailer.thumbnailer -t $out/share/thumbnailers 36 ''; 37
··· 6 7 python3Packages.buildPythonApplication rec { 8 pname = "icoextract"; 9 + version = "0.2.0"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "jlu5"; 14 repo = "icoextract"; 15 rev = version; 16 + hash = "sha256-GJCe7oFUidJt21F4NmOXspxZGRQXIjQvFjFhMYsHLjk="; 17 }; 18 19 build-system = with python3Packages; [ setuptools ]; ··· 29 pythonImportsCheck = [ "icoextract" ]; 30 31 postInstall = '' 32 install -Dm644 exe-thumbnailer.thumbnailer -t $out/share/thumbnailers 33 ''; 34