[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: yt-dlp: Update to 2023.03.04.
From: |
guix-commits |
Subject: |
02/08: gnu: yt-dlp: Update to 2023.03.04. |
Date: |
Wed, 8 Mar 2023 03:17:32 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit b41ec400e0789d2ae63ac4c86d96fb62b2c8d84e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 8 08:53:40 2023 +0200
gnu: yt-dlp: Update to 2023.03.04.
* gnu/packages/video.scm (yt-dlp): Update to 2023.03.04.
---
gnu/packages/video.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 13299fdf06..73d0c1ca54 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2014, 2015, 2016 David Thompson <davet@gnu.org>
;;; Copyright © 2014, 2015, 2016, 2018, 2020 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner
<efraim@flashner.co.il>
+;;; Copyright © 2015-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2015, 2016 Andy Patterson <ajpatter@uwaterloo.ca>
;;; Copyright © 2015, 2018, 2019, 2020, 2021 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Alex Vong <alexvong1995@gmail.com>
@@ -2571,7 +2571,7 @@ YouTube.com and many more sites.")
(define-public yt-dlp
(package/inherit youtube-dl
(name "yt-dlp")
- (version "2023.02.17")
+ (version "2023.03.04")
(source
(origin
(method git-fetch)
@@ -2580,7 +2580,7 @@ YouTube.com and many more sites.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "08m626ij0jij5vbvfbbalwr97jdhl1n2w2cwwgbj5a4s7vhvp84x"))))
+ (base32 "1zb4blj7qrmwkryyqrkxl909f59hvbs8dwiwl7sw1fs2kdzb1rw4"))))
(arguments
(substitute-keyword-arguments (package-arguments youtube-dl)
((#:tests? _) (not (%current-target-system)))
- branch master updated (f289fe316a -> 203578eef2), guix-commits, 2023/03/08
- 01/08: gnu: flatpak: Update to 1.14.3., guix-commits, 2023/03/08
- 03/08: gnu: toot: Update to 0.35.0., guix-commits, 2023/03/08
- 05/08: gnu: git-annex: Update to 10.20230227., guix-commits, 2023/03/08
- 08/08: gnu: libreoffice: Update to 7.5.1.2., guix-commits, 2023/03/08
- 07/08: gnu: lagrange: Update to 1.15.3., guix-commits, 2023/03/08
- 02/08: gnu: yt-dlp: Update to 2023.03.04.,
guix-commits <=
- 04/08: gnu: vdirsyncer: Update to 0.19.1., guix-commits, 2023/03/08
- 06/08: gnu: bubblewrap: Update to 0.8.0., guix-commits, 2023/03/08