guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-fire: Update to 0.5.0.


From: guix-commits
Subject: 01/03: gnu: python-fire: Update to 0.5.0.
Date: Fri, 2 Jun 2023 00:20:06 -0400 (EDT)

jgart pushed a commit to branch master
in repository guix.

commit ab4347a1ad04af5e4bcb24da81b28efa379db465
Author: jgart <jgart@dismail.de>
AuthorDate: Fri May 26 02:42:31 2023 -0500

    gnu: python-fire: Update to 0.5.0.
    
    * gnu/packages/python-xyz.scm (python-fire): Update to 0.5.0.
    [inputs]: Remove python-six and python-termcolor.
    [propagated-inputs]: Add python-six and python-termcolor.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4dc05c694f..22f8e91314 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -529,14 +529,14 @@ workspaces.
 (define-public python-fire
   (package
     (name "python-fire")
-    (version "0.4.0")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "fire" version))
        (sha256
         (base32
-         "0qka44n88y3qcj7xz0k0f3qb4phcg4z0wvd4jcii9lcr6rvbiqn5"))))
+         "1imc9ais15dz3gmphawql86l9av5dykbp4hz0883k5n8k2gd9c56"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -545,7 +545,7 @@ workspaces.
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
                (invoke "pytest")))))))
-    (inputs
+    (propagated-inputs
      (list python-six python-termcolor))
     (native-inputs
      (list python-mock python-pytest))



reply via email to

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