diff mbox series

[bug#52936] Fix build failure of python-pydub

Message ID 87lezzcg9g.fsf@ruhr-uni-bochum.de
State Accepted
Headers show
Series [bug#52936] Fix build failure of python-pydub | expand

Commit Message

Daniel Meißner Jan. 1, 2022, 9:12 p.m. UTC
Hi Guixers,

the attached patch fixes the build failure [1] of python-pydub by
updating it to the latest version.

Thanks,
Daniel

1: https://ci.guix.gnu.org/build/259614/details

Comments

Leo Famulari Jan. 2, 2022, 3:54 a.m. UTC | #1
On Sat, Jan 01, 2022 at 10:12:11PM +0100, Daniel Meißner via Guix-patches via wrote:
> Hi Guixers,
> 
> the attached patch fixes the build failure [1] of python-pydub by
> updating it to the latest version.
> 
> Thanks,
> Daniel
> 
> 1: https://ci.guix.gnu.org/build/259614/details
> 

> From efae7c872ecc2fda6b985cce288b1dbc57578756 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Daniel=20Mei=C3=9Fner?=
>  <daniel.meissner-i4k@ruhr-uni-bochum.de>
> Date: Sat, 1 Jan 2022 22:04:45 +0100
> Subject: [PATCH] gnu: python-pydub: Update to 0.25.1.
> 
> * gnu/packages/python-xyz.scm (python-pydub): Update to 0.25.1.

Thanks! Pushed as 548dc324de8b9c898d19de691cbe2cad214aaebe
diff mbox series

Patch

From efae7c872ecc2fda6b985cce288b1dbc57578756 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mei=C3=9Fner?=
 <daniel.meissner-i4k@ruhr-uni-bochum.de>
Date: Sat, 1 Jan 2022 22:04:45 +0100
Subject: [PATCH] gnu: python-pydub: Update to 0.25.1.

* gnu/packages/python-xyz.scm (python-pydub): Update to 0.25.1.
---
 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 b6534c677f..27f8c11c9c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19628,14 +19628,14 @@  (define-public python2-pydiff
 (define-public python-pydub
   (package
     (name "python-pydub")
-    (version "0.24.1")
+    (version "0.25.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pydub" version))
        (sha256
         (base32
-         "0sfwfq7yjv4bl3yqbmizszscafvwf4zr40hzbsy7rclvzyznh333"))))
+         "03ykn2kp6qglsrzqi5h79z5cp3kl9mknasv0d6jv5jj9k77362lq"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.34.0