mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
ce4896e85d
commit
cfeb51a6de
1 changed files with 4 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue