all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52936] [PATCH] Fix build failure of python-pydub
@ 2022-01-01 21:12 Daniel Meißner via Guix-patches via
  2022-01-02  3:54 ` bug#52936: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Meißner via Guix-patches via @ 2022-01-01 21:12 UTC (permalink / raw)
  To: 52936

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-pydub-Update-to-0.25.1.patch --]
[-- Type: text/x-patch, Size: 1099 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52936: [PATCH] Fix build failure of python-pydub
  2022-01-01 21:12 [bug#52936] [PATCH] Fix build failure of python-pydub Daniel Meißner via Guix-patches via
@ 2022-01-02  3:54 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2022-01-02  3:54 UTC (permalink / raw)
  To: Daniel Meißner via Guix-patches via; +Cc: 52936-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-02  3:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-01 21:12 [bug#52936] [PATCH] Fix build failure of python-pydub Daniel Meißner via Guix-patches via
2022-01-02  3:54 ` bug#52936: " Leo Famulari

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.