gnu: rust-rustfix-0.6: Update to 0.6.1.
* gnu/packages/crates-io.scm (rust-rustfix-0.6): Update to 0.6.1. [arguments]: Skip build. [cargo-inputs]: Add rust-anyhow-1, rust-log-0.4, rust-serde-1, rust-serde-json-1.
This commit is contained in:
		
							parent
							
								
									48e0a41d32
								
							
						
					
					
						commit
						80c69940db
					
				
					 1 changed files with 10 additions and 5 deletions
				
			
		| 
						 | 
					@ -58717,17 +58717,22 @@ rustc compiler.")
 | 
				
			||||||
(define-public rust-rustfix-0.6
 | 
					(define-public rust-rustfix-0.6
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-rustfix")
 | 
					    (name "rust-rustfix")
 | 
				
			||||||
    (version "0.6.0")
 | 
					    (version "0.6.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (crate-uri "rustfix" version))
 | 
					       (uri (crate-uri "rustfix" version))
 | 
				
			||||||
       (file-name
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
        (string-append name "-" version ".tar.gz"))
 | 
					 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "10b4qlvfwljp7yss8afj0lnn8vqj78n93n9vfmkq9616kqyqblpc"))))
 | 
				
			||||||
         "0apkjxv3z70vhnyz2kpwsivvndk6qk7kkp0rf7sg8pk7q1gy02vg"))))
 | 
					 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:skip-build? #t     ; Cut the dependency chain here
 | 
				
			||||||
 | 
					       #:cargo-inputs
 | 
				
			||||||
 | 
					       (("rust-anyhow" ,rust-anyhow-1)
 | 
				
			||||||
 | 
					        ("rust-log" ,rust-log-0.4)
 | 
				
			||||||
 | 
					        ("rust-serde" ,rust-serde-1)
 | 
				
			||||||
 | 
					        ("rust-serde-json" ,rust-serde-json-1))))
 | 
				
			||||||
    (home-page "https://github.com/rust-lang/rustfix")
 | 
					    (home-page "https://github.com/rust-lang/rustfix")
 | 
				
			||||||
    (synopsis "Automatically apply the suggestions made by rustc")
 | 
					    (synopsis "Automatically apply the suggestions made by rustc")
 | 
				
			||||||
    (description "Automatically apply the suggestions made by rustc.")
 | 
					    (description "Automatically apply the suggestions made by rustc.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue