gnu: you-get: Update to 0.4.1403.
* gnu/packages/video.scm (you-get): Update to 0.4.1403.
This commit is contained in:
		
							parent
							
								
									2a42629f2b
								
							
						
					
					
						commit
						41db3463a6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1690,7 +1690,7 @@ other site that youtube-dl supports.")
 | 
				
			||||||
(define-public you-get
 | 
					(define-public you-get
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "you-get")
 | 
					    (name "you-get")
 | 
				
			||||||
    (version "0.4.1355")
 | 
					    (version "0.4.1403")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -1699,7 +1699,7 @@ other site that youtube-dl supports.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0xq7z04hvw3b3npiahlpzhbxsjvam9n9dynplyrkn84dx6k9ajbj"))))
 | 
					                "04viy19x4g9dngml82nf9j94ys3p47bs62c2q2cn1barkybaa3as"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ffmpeg" ,ffmpeg)))             ; for multi-part and >=1080p videos
 | 
					     `(("ffmpeg" ,ffmpeg)))             ; for multi-part and >=1080p videos
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue