trash-cli: 0.22.10.20 -> 0.23.2.13.2

authored by zendo and committed by Robert Helgesson 4361baa7 40865fcc

+7 -3
+7 -3
pkgs/tools/misc/trash-cli/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "trash-cli"; 5 - version = "0.22.10.20"; 6 7 src = fetchFromGitHub { 8 owner = "andreafrancia"; 9 repo = "trash-cli"; 10 rev = version; 11 - hash = "sha256-NnFOe471GxcjpTwpsoxKaWiw4lW4tUPIM+WpzCsEdkI="; 12 }; 13 14 propagatedBuildInputs = with python3Packages; [ psutil six ]; ··· 17 mock 18 pytestCheckHook 19 ]; 20 21 doInstallCheck = true; 22 installCheckPhase = '' ··· 42 43 meta = with lib; { 44 homepage = "https://github.com/andreafrancia/trash-cli"; 45 - description = "Command line tool for the desktop trash can"; 46 maintainers = [ maintainers.rycee ]; 47 platforms = platforms.unix; 48 license = licenses.gpl2Plus;
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "trash-cli"; 5 + version = "0.23.2.13.2"; 6 7 src = fetchFromGitHub { 8 owner = "andreafrancia"; 9 repo = "trash-cli"; 10 rev = version; 11 + hash = "sha256-TJEi7HKIrfOdb+LLRt2DN5gWdFzUeo6isb59lFLK4bQ="; 12 }; 13 14 propagatedBuildInputs = with python3Packages; [ psutil six ]; ··· 17 mock 18 pytestCheckHook 19 ]; 20 + 21 + postPatch = '' 22 + sed -i '/typing/d' setup.cfg 23 + ''; 24 25 doInstallCheck = true; 26 installCheckPhase = '' ··· 46 47 meta = with lib; { 48 homepage = "https://github.com/andreafrancia/trash-cli"; 49 + description = "Command line interface to the freedesktop.org trashcan"; 50 maintainers = [ maintainers.rycee ]; 51 platforms = platforms.unix; 52 license = licenses.gpl2Plus;