[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: python-urwidgets: Update to 0.2.1.
From: |
guix-commits |
Subject: |
02/08: gnu: python-urwidgets: Update to 0.2.1. |
Date: |
Sat, 14 Dec 2024 14:51:28 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 43b8a238a2e71d56ac7ac052943d7d9450c04ca2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Dec 14 20:43:27 2024 +0200
gnu: python-urwidgets: Update to 0.2.1.
* gnu/packages/python-xyz.scm (python-urwidgets): Update to 0.2.1.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I31f06eab91c435f7192812310a6a6b001145f60e
---
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 e20464d356..27d3d41c59 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13572,15 +13572,16 @@ supports @code{readline} shortcuts.")
(define-public python-urwidgets
(package
(name "python-urwidgets")
- (version "0.2.0")
+ (version "0.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urwidgets" version))
(sha256
- (base32 "123n9qfg6qwwh1911y71c3msxi89n8cjj15wh2snqmwdkyfwy6nl"))))
+ (base32 "1vrydw9h8c5gi89dnv12a9cdyyxaffvxl1kq51f118cxjk9brwpr"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-urwid))
+ (native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/AnonymouX47/urwidgets")
(synopsis "Collection of widgets for urwid")
(description
- branch master updated (e92b20a41a -> af027c815f), guix-commits, 2024/12/14
- 01/08: gnu: toot: Fix build., guix-commits, 2024/12/14
- 02/08: gnu: python-urwidgets: Update to 0.2.1.,
guix-commits <=
- 05/08: gnu: python-setuptools-scm-next: Fix build., guix-commits, 2024/12/14
- 04/08: gnu: vdirsyncer: Fix build., guix-commits, 2024/12/14
- 08/08: gnu: python-libvirt: Fix build., guix-commits, 2024/12/14
- 06/08: gnu: python-sip: Skip the test phase., guix-commits, 2024/12/14
- 07/08: gnu: b4: Fix build., guix-commits, 2024/12/14
- 03/08: gnu: python-icalendar: Fix build., guix-commits, 2024/12/14