From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 74138@debbugs.gnu.org
Cc: Jakob Kirsch <jakob.kirsch@web.de>
Subject: [bug#74138] [PATCH v2 2/2] gnu: yt-dlp: Update to 2024.10.22.
Date: Fri, 1 Nov 2024 21:41:48 +0000 [thread overview]
Message-ID: <fdf5a63d43e94d5f7087fbdfbca77274a458f907.1730497109.git.sharlatanus@gmail.com> (raw)
In-Reply-To: <cover.1730497109.git.sharlatanus@gmail.com>
From: Jakob Kirsch <jakob.kirsch@web.de>
* gnu/packages/video.scm (yt-dlp): Update to 2024.10.22.
Change-Id: Ifd83fd76ffdb2d2ddab0c9577278a308a3f03cb5
---
gnu/packages/video.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ff5dcd8daa..12e321e96c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3171,7 +3171,7 @@ (define-public youtube-dl
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2024.08.06")
+ (version "2024.10.22")
(source
(origin
(method git-fetch)
@@ -3179,8 +3179,11 @@ (define-public yt-dlp
(url "https://github.com/yt-dlp/yt-dlp/")
(commit version)))
(file-name (git-file-name name version))
+ (modules '((guix build utils)))
+ (snippet '(substitute* "pyproject.toml"
+ (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
- (base32 "0k44p1a9nckj7m6gxz7zggci0iihflivxvkh9l8wwbnsfvqhyfrn"))))
+ (base32 "1gw19f4h71vlchljg08g5l8sd60gmflbdpxz2vsinxzkmqvrqnra"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))
--
2.46.0
prev parent reply other threads:[~2024-11-01 21:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-31 16:25 [bug#74138] [PATCH v1] gnu: yt-dlp: Update to 2024.10.22 Jakob Kirsch via Guix-patches via
2024-10-30 22:14 ` Doğan Çeçen
2024-11-01 21:41 ` [bug#74138] [PATCH v2 0/2] " Sharlatan Hellseher
2024-11-01 21:41 ` [bug#74138] [PATCH v2 1/2] gnu: python-websockets: Update to 13.0 Sharlatan Hellseher
2024-11-01 21:41 ` Sharlatan Hellseher [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fdf5a63d43e94d5f7087fbdfbca77274a458f907.1730497109.git.sharlatanus@gmail.com \
--to=sharlatanus@gmail.com \
--cc=74138@debbugs.gnu.org \
--cc=jakob.kirsch@web.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 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.