Commit 6e54f9ec authored by Robert Helgesson's avatar Robert Helgesson
Browse files

trash-cli: 0.23.11.10 -> 0.24.4.17

parent 18d51c2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
  pname = "trash-cli";
  version = "0.23.11.10";
  version = "0.24.4.17";

  src = fetchFromGitHub {
    owner = "andreafrancia";
    repo = "trash-cli";
    rev = version;
    hash = "sha256-bP1x+yYAsPQ1vXS3rmHD11UiJ7r/02akb84hr+o8JLs=";
    hash = "sha256-pXDqn+QuhTE12zXq6A4GSGSCtYJ6hBahv2p9aYQXxaI=";
  };

  propagatedBuildInputs = with python3Packages; [ psutil six ];