gnu: rust-regex-1: Fix building.
* gnu/packages/crates-io.scm (rust-regex-1)[cargo-development-inputs]: Replace rust-quickcheck-0.8 with 1, rust-rand-0.6 with 0.8.
This commit is contained in:
		
							parent
							
								
									7a4a77e05a
								
							
						
					
					
						commit
						4e45e89a7b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -40294,8 +40294,8 @@ memory to speed up reallocation.")
 | 
			
		|||
        ("rust-regex-syntax" ,rust-regex-syntax-0.6))
 | 
			
		||||
       #:cargo-development-inputs
 | 
			
		||||
       (("rust-lazy-static" ,rust-lazy-static-1)
 | 
			
		||||
        ("rust-quickcheck" ,rust-quickcheck-0.8)
 | 
			
		||||
        ("rust-rand" ,rust-rand-0.6))))
 | 
			
		||||
        ("rust-quickcheck" ,rust-quickcheck-1)
 | 
			
		||||
        ("rust-rand" ,rust-rand-0.8))))
 | 
			
		||||
    (home-page "https://github.com/rust-lang/regex")
 | 
			
		||||
    (synopsis "Regular expressions for Rust")
 | 
			
		||||
    (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue