trash-cli: 0.22.8.21 -> 0.22.8.27

This commit is contained in:
Robert Helgesson 2022-08-31 10:29:05 +02:00
parent 556428dd00
commit a4537570ec

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "trash-cli";
version = "0.22.8.21";
version = "0.22.8.27";
src = fetchFromGitHub {
owner = "andreafrancia";
repo = "trash-cli";
rev = version;
hash = "sha256-jNjM84xl+gS3l11XgYidLKZskQxx55kw051FIsJQExs=";
hash = "sha256-ym6Z1qZihqw7lIS1GXsExZK5hRsss/aqgMNldV8kUDk=";
};
propagatedBuildInputs = [ python3Packages.psutil ];