gnu: rust-ravif-0.11: Update to 0.11.6.
* gnu/packages/crates-graphics.scm (rust-ravif-0.11): Update to 0.11.6. [source]: Add snippet to allow newer versions of dependencies. Change-Id: I900936b790c92d13a6fad7a676b1349fbe64598c
This commit is contained in:
		
							parent
							
								
									977fd65218
								
							
						
					
					
						commit
						7e1059b42c
					
				
					 1 changed files with 8 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3166,17 +3166,23 @@ interactive applications.")
 | 
			
		|||
(define-public rust-ravif-0.11
 | 
			
		||||
  (package
 | 
			
		||||
    (name "rust-ravif")
 | 
			
		||||
    (version "0.11.3")
 | 
			
		||||
    (version "0.11.6")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (crate-uri "ravif" version))
 | 
			
		||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1vhn2p31z31c01j6i28slgbi01wq1hmyqjidwfkqy430hh16kp5s"))))
 | 
			
		||||
        (base32 "1315abwxldavjxdl8dphab16fh8akw000hn406dbjnsi53b4kgl5"))
 | 
			
		||||
       (modules '((guix build utils)))
 | 
			
		||||
       (snippet
 | 
			
		||||
        '(begin (substitute* "Cargo.toml"
 | 
			
		||||
                  (("\"=([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
 | 
			
		||||
                   (string-append "\"^" version)))))))
 | 
			
		||||
    (build-system cargo-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:cargo-inputs (("rust-avif-serialize" ,rust-avif-serialize-0.8)
 | 
			
		||||
                       ("rust-bitstream-io" ,rust-bitstream-io-2)
 | 
			
		||||
                       ("rust-imgref" ,rust-imgref-1)
 | 
			
		||||
                       ("rust-loop9" ,rust-loop9-0.1)
 | 
			
		||||
                       ("rust-quick-error" ,rust-quick-error-2)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue