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>
This commit is contained in:
kiasoc5 2022-11-15 21:49:02 -05:00 committed by Christopher Baines
parent ce4896e85d
commit cfeb51a6de
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -369,7 +369,7 @@ (define-public envstore
(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 @@ (define-public trash-cli
(file-name (git-file-name name version))
(sha256
(base32
"01is32lk6prwhajvlmgn3xs4fcpmiqivizcqkj9k80jx6mqjifzs"))))
"0hkn0hmwrag56g447ddqapib0s399a6b4a9wlliif6zmirxlww9n"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -410,6 +410,8 @@ (define-public trash-cli
(invoke "pytest")))))))
(native-inputs
(list python-pytest
python-parameterized
python-flexmock
python-mock
python-six))
(inputs (list coreutils))