diff options
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 |
