* [bug#63248] [PATCH] gnu: python-blessed: Update to 1.17.9.
[not found] <877ctp8kn0.fsf.ref@aol.com>
@ 2023-05-03 16:06 ` Adam Maleszka via Guix-patches via
2023-05-07 9:43 ` bug#63248: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Adam Maleszka via Guix-patches via @ 2023-05-03 16:06 UTC (permalink / raw)
To: 63248
[-- Attachment #1.1: Type: text/plain, Size: 287 bytes --]
Hi!
Builds of python-blessed 1.17.8 package fail with python 3.10.0 because
of bad version comparison in the test suite:
- https://ci.guix.gnu.org/build/1095114/details
- https://github.com/jquast/blessed/pull/177
This patch solves the problem by updating python-blessed to 1.17.9.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: patch --]
[-- Type: text/x-patch, Size: 1046 bytes --]
From a2365bec7e256ac1152602a2b887c60b71d5085d Mon Sep 17 00:00:00 2001
From: Adam Maleszka <adam_maleszka@aol.com>
Date: Wed, 3 May 2023 17:13:49 +0200
Subject: [PATCH] gnu: python-blessed: Update to 1.17.9.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7950d4a775..9568cf7123 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27544,14 +27544,14 @@ (define-public python-svgutils
(define-public python-blessed
(package
(name "python-blessed")
- (version "1.17.8")
+ (version "1.17.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "blessed" version))
(sha256
(base32
- "1wdj342sk22hfrg0n91x2qnqsbzbiyq9y009v3pxnvfzn9bx0wbn"))
+ "1fx9lyzyaxd44jwpp9k3c0gx37xsww1q7gq01hqbf258x1dplj8d"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.39.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-07 9:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <877ctp8kn0.fsf.ref@aol.com>
2023-05-03 16:06 ` [bug#63248] [PATCH] gnu: python-blessed: Update to 1.17.9 Adam Maleszka via Guix-patches via
2023-05-07 9:43 ` bug#63248: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.