mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ between various shells or commands.")
|
||||||
(define-public trash-cli
|
(define-public trash-cli
|
||||||
(package
|
(package
|
||||||
(name "trash-cli")
|
(name "trash-cli")
|
||||||
(version "0.21.10.24")
|
(version "0.22.10.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -379,7 +379,7 @@ between various shells or commands.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01is32lk6prwhajvlmgn3xs4fcpmiqivizcqkj9k80jx6mqjifzs"))))
|
"0hkn0hmwrag56g447ddqapib0s399a6b4a9wlliif6zmirxlww9n"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -410,6 +410,8 @@ between various shells or commands.")
|
||||||
(invoke "pytest")))))))
|
(invoke "pytest")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
|
python-parameterized
|
||||||
|
python-flexmock
|
||||||
python-mock
|
python-mock
|
||||||
python-six))
|
python-six))
|
||||||
(inputs (list coreutils))
|
(inputs (list coreutils))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue