guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-configargparse: Update to 1.7.


From: guix-commits
Subject: branch master updated: gnu: python-configargparse: Update to 1.7.
Date: Sun, 10 Mar 2024 22:18:03 -0400

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b0b988c41c gnu: python-configargparse: Update to 1.7.
b0b988c41c is described below

commit b0b988c41c9e0e591274495a1b2d6f27fcdae15a
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Fri Feb 16 00:35:04 2024 +0000

    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
---
 gnu/packages/python-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c1e7343310..0c72caeca0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]