gnu: rust-proc-macro-nested-0.1: Update to 0.1.6.
* gnu/packages/crates-io.scm (rust-proc-macro-nested-0.1): Update to 0.1.6. [arguments]: Don't skip build.
This commit is contained in:
		
							parent
							
								
									4b4afec8d9
								
							
						
					
					
						commit
						5b912aebd9
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -17769,7 +17769,7 @@ formatted tables in terminal.")
 | 
				
			||||||
(define-public rust-proc-macro-nested-0.1
 | 
					(define-public rust-proc-macro-nested-0.1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-proc-macro-nested")
 | 
					    (name "rust-proc-macro-nested")
 | 
				
			||||||
    (version "0.1.3")
 | 
					    (version "0.1.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -17778,9 +17778,8 @@ formatted tables in terminal.")
 | 
				
			||||||
        (string-append name "-" version ".tar.gz"))
 | 
					        (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0bmlksm8vl44wkwihmwr7jsjznhbg0n7aibcw1cs2jgjcp86x6in"))))
 | 
					         "0nnwm9bvp1fmr8nqjp8ynrkj97yzpsdh3062li8b0f4hzgd818gb"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments `(#:skip-build? #t))
 | 
					 | 
				
			||||||
    (home-page "https://github.com/dtolnay/proc-macro-hack")
 | 
					    (home-page "https://github.com/dtolnay/proc-macro-hack")
 | 
				
			||||||
    (synopsis
 | 
					    (synopsis
 | 
				
			||||||
     "Support for nested proc-macro-hack invocations")
 | 
					     "Support for nested proc-macro-hack invocations")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue