me
/
guix
Archived
1
0
Fork 0

gnu: python-configargparse: Update to 1.7.

* gnu/packages/python-xyz.scm (python-configargparse): Update to 1.7.
[propagated-inputs]: Add python-pyyaml.

Change-Id: Iac1e01fbbf5cefde15facadc176ea26fee9031ee
master
Arun Isaac 2024-02-16 00:35:04 +00:00
parent d084fb4b04
commit b0b988c41c
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 4 additions and 2 deletions

View File

@ -17249,16 +17249,18 @@ consistent API regardless of how the configuration was created.")
(define-public python-configargparse
(package
(name "python-configargparse")
(version "1.5.3")
(version "1.7")
(source (origin
(method url-fetch)
(uri (pypi-uri "ConfigArgParse" version))
(sha256
(base32
"17vky4ihicbf7nggg30xs7h3g5rxzwgch8vilnnrvdaacszkq2qv"))))
"1l866g1dcf2ljf8fl7ggpxk1rggry0lya4d5b264gradi1qp81p7"))))
(build-system pyproject-build-system)
(native-inputs
(list python-mock python-pytest))
(propagated-inputs
(list python-pyyaml))
(synopsis "Replacement for argparse")
(description "A drop-in replacement for argparse that allows options to also
be set via config files and/or environment variables.")