guix-commits
[Top][All Lists]
Advanced

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

15/15: gnu: bpython: Update to 0.24.


From: guix-commits
Subject: 15/15: gnu: bpython: Update to 0.24.
Date: Mon, 10 Jul 2023 07:40:30 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit b7be0a999df8984fee8bd9d283b8fbe7e4da879d
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Jun 20 14:06:11 2023 +0000

    gnu: bpython: Update to 0.24.
    
    * gnu/packages/python-xyz.scm (bpython): Update to 0.24.
    [propagated-inputs]: Remove python-six.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3cd29e9bce..9f43eff03d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23914,13 +23914,13 @@ with PEP 484 argument (and return) type annotations.")
 (define-public bpython
   (package
     (name "bpython")
-    (version "0.23")
+    (version "0.24")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bpython" version))
        (sha256
-        (base32 "0ah5giynavyh70yc0jqgmjaajv3xg5j2y7k9i3q8mi47r2mph04z"))))
+        (base32 "1g9xzl49skghd9q2a8b71gg1n97lfnj9in2kzcmzsj4cgbynywwq"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -23945,7 +23945,6 @@ with PEP 484 argument (and return) type annotations.")
            python-requests
            python-curtsies
            python-greenlet
-           python-six
            python-cwcwidth
            python-pyxdg
            ;; optional dependencies



reply via email to

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