trash-cli: 0.23.11.10 -> 0.24.4.17

This commit is contained in:
Robert Helgesson 2024-04-26 09:44:34 +02:00
parent 18d51c2c5d
commit 6e54f9ecaf

View File

@ -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 ];