gnu: rust-insta-1: Update to 1.34.0.
* gnu/packages/crates-io.scm (rust-insta-1): Update to 1.34.0. Change-Id: I3c478d6a3c29b0bdb77fffc6f8718f9884707254
This commit is contained in:
		
							parent
							
								
									ccf186bc98
								
							
						
					
					
						commit
						b6764ac0b7
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -38680,19 +38680,18 @@ over in-place and buffer-to-buffer modes of operation.")
 | 
				
			||||||
(define-public rust-insta-1
 | 
					(define-public rust-insta-1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-insta")
 | 
					    (name "rust-insta")
 | 
				
			||||||
    (version "1.28.0")
 | 
					    (version "1.34.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (crate-uri "insta" version))
 | 
					       (uri (crate-uri "insta" version))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "16d0r0pbl9f86zb0rbvlc25964ayq47n7203rx5nnipy9a4v79gy"))))
 | 
					        (base32 "1z7v6mzm1djv9sn1k9j796xl2i3llwzj82klcz1cybsbwc5n0r2x"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:cargo-test-flags
 | 
					     `(#:cargo-test-flags
 | 
				
			||||||
       '("--release"
 | 
					       '("--release" "--"
 | 
				
			||||||
         "--"
 | 
					 | 
				
			||||||
         "--skip=utils::test_format_rust_expression")
 | 
					         "--skip=utils::test_format_rust_expression")
 | 
				
			||||||
       #:cargo-inputs
 | 
					       #:cargo-inputs
 | 
				
			||||||
       (("rust-console" ,rust-console-0.15)
 | 
					       (("rust-console" ,rust-console-0.15)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue