gnu: rust-darling-core-0.13: Update to 0.13.4.
* gnu/packages/crates-io.scm (rust-darling-core-0.13): Update to 0.13.4. [arguments]: Don't skip the build. Change-Id: Ia880d54548145ef836a8e50e5fb7d9008b6bf752
This commit is contained in:
		
							parent
							
								
									ab17c7267a
								
							
						
					
					
						commit
						b1fa976191
					
				
					 1 changed files with 8 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -18440,18 +18440,16 @@ reading attributes into structs when implementing custom derives.")
 | 
			
		|||
  (package
 | 
			
		||||
    (inherit rust-darling-core-0.14)
 | 
			
		||||
    (name "rust-darling-core")
 | 
			
		||||
    (version "0.13.1")
 | 
			
		||||
    (version "0.13.4")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (crate-uri "darling_core" version))
 | 
			
		||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0933k2avb6xk9j4ryr0bvp3pww5j8i0nrqvsnkgd3vic3lj0yd3s"))))
 | 
			
		||||
        (base32 "046n83f9jpszlngpjxkqi39ayzxf5a35q673c69jr1dn0ylnb7c5"))))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:skip-build? #t
 | 
			
		||||
       #:cargo-inputs
 | 
			
		||||
       (("rust-fnv" ,rust-fnv-1)
 | 
			
		||||
     `(#:cargo-inputs (("rust-fnv" ,rust-fnv-1)
 | 
			
		||||
                       ("rust-ident-case" ,rust-ident-case-1)
 | 
			
		||||
                       ("rust-proc-macro2" ,rust-proc-macro2-1)
 | 
			
		||||
                       ("rust-quote" ,rust-quote-1)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue