unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Daniel Meißner via Guix-patches via" <guix-patches@gnu.org>
To: 52936@debbugs.gnu.org
Subject: [bug#52936] [PATCH] Fix build failure of python-pydub
Date: Sat, 01 Jan 2022 22:12:11 +0100	[thread overview]
Message-ID: <87lezzcg9g.fsf@ruhr-uni-bochum.de> (raw)

[-- 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


             reply	other threads:[~2022-01-01 21:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-01 21:12 Daniel Meißner via Guix-patches via [this message]
2022-01-02  3:54 ` bug#52936: [PATCH] Fix build failure of python-pydub Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lezzcg9g.fsf@ruhr-uni-bochum.de \
    --to=guix-patches@gnu.org \
    --cc=52936@debbugs.gnu.org \
    --cc=daniel.meissner-i4k@ruhr-uni-bochum.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).