diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2022-11-15 21:49:02 -0500 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-11-17 12:00:31 +0000 |
commit | cfeb51a6de11393aa275c0bf23b620572d2fd9ad (patch) | |
tree | cadc61562f5d47446a623e13fd5f7d2764b77eae /gnu | |
parent | ce4896e85dfc667959b46c29191961f8280a364b (diff) |
gnu: trash-cli: Update to 0.22.10.20.
* gnu/packages/shellutils.scm (trash-cli): Update to 0.22.10.20.
[native-inputs]: Add python-parameterized and python-flexmock.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/shellutils.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index e70b9ef706..40f33f5227 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm @@ -369,7 +369,7 @@ between various shells or commands.") (define-public trash-cli (package (name "trash-cli") - (version "0.21.10.24") + (version "0.22.10.20") (source (origin (method git-fetch) @@ -379,7 +379,7 @@ between various shells or commands.") (file-name (git-file-name name version)) (sha256 (base32 - "01is32lk6prwhajvlmgn3xs4fcpmiqivizcqkj9k80jx6mqjifzs")))) + "0hkn0hmwrag56g447ddqapib0s399a6b4a9wlliif6zmirxlww9n")))) (build-system python-build-system) (arguments `(#:phases @@ -410,6 +410,8 @@ between various shells or commands.") (invoke "pytest"))))))) (native-inputs (list python-pytest + python-parameterized + python-flexmock python-mock python-six)) (inputs (list coreutils)) |