guix-commits
[Top][All Lists]
Advanced

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

33/65: gnu: python-colorama: Update to 0.4.6.


From: guix-commits
Subject: 33/65: gnu: python-colorama: Update to 0.4.6.
Date: Fri, 20 Dec 2024 16:41:41 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 395176f4159225d1044f83ceea95c620f5cd8908
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 11:35:23 2024 +0100

    gnu: python-colorama: Update to 0.4.6.
    
    * gnu/packages/python-xyz.scm (python-colorama): Update to 0.4.6.
    [build-system]: Use pyproject-build-system.
    [native-inputs]: Add python-hatchling and python-pytest.
    
    Change-Id: Ifdc20a9dc2a3f21ac59aaaa88fd90abe926595a0
---
 gnu/packages/python-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e5710b72d4..e98aa9b68e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19677,18 +19677,19 @@ for the module to work under Python 3.3.")
 (define-public python-colorama
   (package
    (name "python-colorama")
-   (version "0.4.4")
+   (version "0.4.6")
    (source
     (origin
      (method url-fetch)
      (uri (pypi-uri "colorama" version))
      (sha256
-      (base32 "16w62sm95hmh55rqxn4zwdz0bkh3fqm1qnz9cwi3s510iasb4har"))))
-   (build-system python-build-system)
+      (base32 "0i3fpq0w5mbfdpy3z9p5raw4fg17jxr6jwh5l8qhavpdnxf5ys88"))))
+   (build-system pyproject-build-system)
+   (native-inputs (list python-hatchling python-pytest))
+   (home-page "https://pypi.org/project/colorama/";)
    (synopsis "Colored terminal text rendering for Python")
    (description "Colorama is a Python library for rendering colored terminal
 text.")
-   (home-page "https://pypi.org/project/colorama/";)
    (license license:bsd-3)))
 
 (define-public python-monthdelta



reply via email to

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