guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: yt-dlp: Update to 2022.09.01.


From: guix-commits
Subject: 02/02: gnu: yt-dlp: Update to 2022.09.01.
Date: Tue, 6 Sep 2022 02:15:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b04541869aff5864c1d14f2e86bb9432d86091d6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 6 09:12:15 2022 +0300

    gnu: yt-dlp: Update to 2022.09.01.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2022.09.01.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cc4507bdf8..ad74f92571 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2481,7 +2481,7 @@ YouTube.com and many more sites.")
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2022.08.08")
+    (version "2022.09.01")
     (source
      (origin
        (method git-fetch)
@@ -2490,7 +2490,7 @@ YouTube.com and many more sites.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07qz1zdndlpki0asw35zk5hdjcwpl3n1g54nxg4yb1iykbyv7rll"))))
+        (base32 "0h46624zdqhjf79m78303v00m2r013yaccanv0010rls17v7y6pq"))))
     (arguments
      (substitute-keyword-arguments (package-arguments youtube-dl)
        ((#:tests? _) (not (%current-target-system)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]