diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-02 16:06:44 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:42 +0100 |
| commit | bb7c7b686ea33d1994036749c6015b618504b76a (patch) | |
| tree | 67dd69cf6fb70e47468ff60440d0cd3acb99c4dd /gnu | |
| parent | fee1fca031f771e83c0bc8ed938ddf9f1075bf2a (diff) | |
gnu: python-rich-argparse: Update to 1.8.0.
* gnu/packages/python-xyz.scm (python-rich-argparse): Update to 1.8.0.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a4715d6efb..3a7e81fb63 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2642,7 +2642,7 @@ edit distance algorithm for Python in Cython for high performance.") (define-public python-rich-argparse (package (name "python-rich-argparse") - (version "1.7.1") + (version "1.8.0") (source (origin (method git-fetch) @@ -2652,7 +2652,7 @@ edit distance algorithm for Python in Cython for high performance.") (file-name (git-file-name name version)) (sha256 (base32 - "0wydhy1167yv7lm07iy3aysyhxyixc24ma1wdna36c06d24wbdc0")))) + "0kz77mv9grlqpjzqvmslqyl86xk40ync9g5ihp6kziw2gwk71vyd")))) (build-system pyproject-build-system) (native-inputs (list python-pytest |
