guix-commits
[Top][All Lists]
Advanced

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

03/17: gnu: python-py3status: Update to 3.50.


From: guix-commits
Subject: 03/17: gnu: python-py3status: Update to 3.50.
Date: Mon, 12 Jun 2023 14:59:48 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 3cc08bbdd960879e97ae5a9683ede3e630caf28e
Author: Ivan Vilata i Balaguer <ivan@selidor.net>
AuthorDate: Tue May 23 09:49:29 2023 +0200

    gnu: python-py3status: Update to 3.50.
    
    This avoids "ImportError: cannot import name 'Iterable' from 'collections'"
    from py3status version < 3.25.
    
    * gnu/packages/python-xyz.scm (python-py3status): Update to 3.50.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d736e94a6b..497b06a1c5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -137,6 +137,7 @@
 ;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
 ;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
 ;;; Copyright © 2023 Dominik Delgado Steuter <d@delgado.nrw>
+;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -17947,13 +17948,13 @@ to occurrences in strings and comments.")
 (define-public python-py3status
   (package
     (name "python-py3status")
-    (version "3.21")
+    (version "3.50")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "py3status" version))
        (sha256
-        (base32 "16z8zq83hxy48g6hh4xczbdz50qvxv9k1aahr4fqq7jis60cc262"))))
+        (base32 "0j2dx9lzpic15r8p0r0s3jmcskxpacahxl640b4864ldn5rlnh9d"))))
     (build-system python-build-system)
     (inputs
      (list file))



reply via email to

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