GNU bug report logs - #63367
[PATCH] gnu: python-leather: Update to 0.3.4.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Mon, 8 May 2023 10:21:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: bug#63367: closed (Re: [bug#63367] [PATCH] gnu: python-leather:
 Update to 0.3.4.)
Date: Tue, 09 May 2023 12:23:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63367: [PATCH] gnu: python-leather: Update to 0.3.4.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63367 <at> debbugs.gnu.org.

-- 
63367: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63367
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 63367-done <at> debbugs.gnu.org
Subject: Re: [bug#63367] [PATCH] gnu: python-leather: Update to 0.3.4.
Date: Tue, 09 May 2023 12:21:38 +0000
Patch pushed as 76a3deb8675576a6ce64874234c9d3881060db3b.
Thanks.

[Message part 3 (message/rfc822, inline)]
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH] gnu: python-leather: Update to 0.3.4.
Date: Mon,  8 May 2023 12:20:13 +0200
Hi Guix,

`python-leather` is broken for it's not compatible with Python 3.10.
Upgrading it fixes the problem.

Regards,
Tanguy

* gnu/packages/wireservice.scm (python-leather): Update to 0.3.4.
---
 gnu/packages/wireservice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index d315bc2d74..b8b2cff3f7 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -65,7 +65,7 @@ (define-syntax-rule (wireservice-package extra-fields ...)
 (define-public python-leather
   (wireservice-package
    (name "python-leather")
-   (version "0.3.3")
+   (version "0.3.4")
    (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -74,7 +74,7 @@ (define-public python-leather
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "1ck3dplni99sv4s117cbm07ydwwjsrxkhdy19rnk0iglia1d4s5i"))))
+               "00cg4cidl15q1xv2pmxdkia5brig7x0xy9hwf2mlf9cq39bpj1w6"))))
    (native-inputs
     `(("python-nose" ,python-nose)
       ("python-sphinx" ,python-sphinx)

base-commit: b7e77446261fdc8dab360d7835a5dec919f6a79f
-- 
2.39.2




This bug report was last modified 2 years and 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.