gnu: yt-dlp: Update to 2023.09.24.
* gnu/packages/video.scm (yt-dlp): Update to 2023.09.24. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									5c3e4c826f
								
							
						
					
					
						commit
						3fe9a30e94
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2597,7 +2597,7 @@ YouTube.com and many more sites.")
 | 
				
			||||||
(define-public yt-dlp
 | 
					(define-public yt-dlp
 | 
				
			||||||
  (package/inherit youtube-dl
 | 
					  (package/inherit youtube-dl
 | 
				
			||||||
    (name "yt-dlp")
 | 
					    (name "yt-dlp")
 | 
				
			||||||
    (version "2023.07.06")
 | 
					    (version "2023.09.24")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -2606,7 +2606,7 @@ YouTube.com and many more sites.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "14g3qc3j4px5jiv292yj5hh8vxlnnd5bzvsq7h37jvhmrn5r4bsw"))))
 | 
					        (base32 "15ngsg3cadf2bv700fa1k5az5xpsm0wqr0cixbz8fcbhwdflfq6f"))))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (substitute-keyword-arguments (package-arguments youtube-dl)
 | 
					     (substitute-keyword-arguments (package-arguments youtube-dl)
 | 
				
			||||||
       ((#:tests? _) (not (%current-target-system)))
 | 
					       ((#:tests? _) (not (%current-target-system)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue