gnu: python-milc: Update to 1.9.0.

* gnu/packages/python-xyz.scm (python-milc): Update to 1.9.0.

Change-Id: I418477168b5ebe33bd1241cea24a55b8d7972c25
This commit is contained in:
Danny Milosavljevic 2025-03-08 00:29:16 +01:00
parent 9f9c31d0e8
commit 591d2492e8
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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