gnu: gallery-dl: Update to 1.20.5.
* gnu/packages/video.scm (gallery-dl): Update to 1.20.5. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
		
							parent
							
								
									244cbff895
								
							
						
					
					
						commit
						e93c3d4414
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2263,7 +2263,7 @@ the last played position, etc.")
 | 
			
		|||
(define-public gallery-dl
 | 
			
		||||
  (package
 | 
			
		||||
    (name "gallery-dl")
 | 
			
		||||
    (version "1.20.3")
 | 
			
		||||
    (version "1.20.5")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "https://github.com/mikf/gallery-dl"
 | 
			
		||||
| 
						 | 
				
			
			@ -2271,7 +2271,7 @@ the last played position, etc.")
 | 
			
		|||
                                  version ".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0mh57fbq9xkkhqiy7cq5ahwjp464hgxmkrvq0pxxr85212yrf7bd"))))
 | 
			
		||||
                "0149hd4nh7bk2yqjdnvrkvag5mwgsb6gxrgfcd88q4cv3k2ji42h"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (inputs (list python-requests ffmpeg))
 | 
			
		||||
    (home-page "https://github.com/mikf/gallery-dl")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue