diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-03-08 00:29:16 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-03-08 00:34:17 +0100 |
| commit | 591d2492e8517220db57098a6c9d1242533a8c8f (patch) | |
| tree | f694d8f3d0d0797422800ff6b90f648cc6bfa272 /gnu/packages/python-xyz.scm | |
| parent | 9f9c31d0e844a9cc11e2552a21a34e9065099b91 (diff) | |
gnu: python-milc: Update to 1.9.0.
* gnu/packages/python-xyz.scm (python-milc): Update to 1.9.0.
Change-Id: I418477168b5ebe33bd1241cea24a55b8d7972c25
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c9a5800151..2ac37520e0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5875,17 +5875,18 @@ any Python package.") (define-public python-milc (package (name "python-milc") - (version "1.6.8") + (version "1.9.0") (source (origin (method url-fetch) (uri (pypi-uri "milc" version)) (sha256 (base32 - "1pnwdg2653lc82qsv6c0kv9qcydh2f6w5mx5l4227zy1f6kr7b52")))) + "1kkiric668mikc5d3jn1x27jrasqlqlyj8lh6d7zp8a866icjan0")))) (build-system pyproject-build-system) (propagated-inputs (list python-appdirs python-argcomplete python-colorama - python-halo python-spinners)) - (native-inputs (list python-setuptools python-wheel)) + python-halo python-spinners python-platformdirs + python-types-colorama)) + (native-inputs (list python-setuptools python-wheel python-pip)) (home-page "https://github.com/clueboard/milc") (synopsis "Python library for command line interface programs") (description "MILC is a Python library for developing command line |
