gnu: celluloid: Update to 0.26.
* gnu/packages/video.scm (celluloid): Update to 0.26. Change-Id: I1a39e1d615ea7cb5d96b30cd5283137472b6d946 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
		
							parent
							
								
									6c300187a8
								
							
						
					
					
						commit
						ed0542bb1c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -843,7 +843,7 @@ old-fashioned output methods with powerful ascii-art renderer.")
 | 
			
		|||
(define-public celluloid
 | 
			
		||||
  (package
 | 
			
		||||
    (name "celluloid")
 | 
			
		||||
    (version "0.25")
 | 
			
		||||
    (version "0.26")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -851,7 +851,7 @@ old-fashioned output methods with powerful ascii-art renderer.")
 | 
			
		|||
                           "/releases/download/v" version
 | 
			
		||||
                           "/celluloid-" version ".tar.xz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0an98lz90s4hhvrvqd1ja814mav9md9n843vhknjgcv4zmrwn0sg"))))
 | 
			
		||||
        (base32 "1pjxmvjjvw9k0kvhhqp4x73x6a0mslffsdil431q8m3iwasffwb1"))))
 | 
			
		||||
    (build-system meson-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     (list
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue