mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
trash-cli: 0.22.8.27 -> 0.22.10.20
This commit is contained in:
parent
074da18a72
commit
e0bf48e315
@ -2,16 +2,16 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "trash-cli";
|
||||
version = "0.22.8.27";
|
||||
version = "0.22.10.20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "andreafrancia";
|
||||
repo = "trash-cli";
|
||||
rev = version;
|
||||
hash = "sha256-ym6Z1qZihqw7lIS1GXsExZK5hRsss/aqgMNldV8kUDk=";
|
||||
hash = "sha256-NnFOe471GxcjpTwpsoxKaWiw4lW4tUPIM+WpzCsEdkI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ python3Packages.psutil ];
|
||||
propagatedBuildInputs = with python3Packages; [ psutil six ];
|
||||
|
||||
checkInputs = with python3Packages; [
|
||||
mock
|
||||
|
Loading…
Reference in New Issue
Block a user