[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/21: gnu: yt-dlp: Update to 2024.10.22.
From: |
guix-commits |
Subject: |
16/21: gnu: yt-dlp: Update to 2024.10.22. |
Date: |
Mon, 18 Nov 2024 18:00:27 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 47b792658ee232b6d59a14fcf43d0309cb0d5000
Author: Jakob Kirsch <jakob.kirsch@web.de>
AuthorDate: Fri Nov 1 21:41:48 2024 +0000
gnu: yt-dlp: Update to 2024.10.22.
* gnu/packages/video.scm (yt-dlp): Update to 2024.10.22.
Change-Id: Ifd83fd76ffdb2d2ddab0c9577278a308a3f03cb5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
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 1fd0efbf90..9e59b20dbc 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3169,7 +3169,7 @@ YouTube.com and many more sites.")
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2024.08.06")
+ (version "2024.10.22")
(source
(origin
(method git-fetch)
@@ -3177,8 +3177,11 @@ YouTube.com and many more sites.")
(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))
- 03/21: gnu: python-boto3: Update to 1.35.54., (continued)
- 03/21: gnu: python-boto3: Update to 1.35.54., guix-commits, 2024/11/18
- 14/21: gnu: Add awscli-2., guix-commits, 2024/11/18
- 08/21: gnu: python-boto3: Update to 1.35.59., guix-commits, 2024/11/18
- 10/21: gnu: awscli-2: Add missing inputs., guix-commits, 2024/11/18
- 06/21: gnu: Remove python-colorama-for-awscli., guix-commits, 2024/11/18
- 13/21: gnu: Add python-awscrt-for-awscli., guix-commits, 2024/11/18
- 11/21: gnu: awscli-2: Update to 2.3.1., guix-commits, 2024/11/18
- 18/21: gnu: packages/astronomy: Adjust inputs., guix-commits, 2024/11/18
- 04/21: gnu: awscli: Update to 1.35.20., guix-commits, 2024/11/18
- 07/21: gnu: python-botocore: Update to 1.35.59., guix-commits, 2024/11/18
- 16/21: gnu: yt-dlp: Update to 2024.10.22.,
guix-commits <=
- 21/21: gnu: Add python-svgelements., guix-commits, 2024/11/18
- 02/21: gnu: python-s3transfer: Update to 0.10.3., guix-commits, 2024/11/18
- 09/21: gnu: awscli: Update to 1.36.0., guix-commits, 2024/11/18
- 12/21: gnu: Add python-awscrt., guix-commits, 2024/11/18
- 20/21: gnu: Add python-json-e., guix-commits, 2024/11/18
- 19/21: gnu: Add python-pyet., guix-commits, 2024/11/18
- 15/21: gnu: python-websockets: Update to 13.0., guix-commits, 2024/11/18
- 17/21: gnu: yt-dlp: Update to 2024.11.18., guix-commits, 2024/11/18