gnu: Add rust-multiversion-macros-0.6.
* gnu/packages/crates-io.scm (rust-multiversion-macros-0.6): New variable.
This commit is contained in:
		
							parent
							
								
									4ef6cb1bba
								
							
						
					
					
						commit
						1e6bd256a3
					
				
					 1 changed files with 25 additions and 0 deletions
				
			
		| 
						 | 
					@ -26489,6 +26489,31 @@ that provides support for POST multipart/form-data requests on both client and
 | 
				
			||||||
server.")
 | 
					server.")
 | 
				
			||||||
    (license (list license:expat license:asl2.0))))
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public rust-multiversion-macros-0.6
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "rust-multiversion-macros")
 | 
				
			||||||
 | 
					    (version "0.6.1")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (crate-uri "multiversion-macros" version))
 | 
				
			||||||
 | 
					       (file-name
 | 
				
			||||||
 | 
					        (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32 "1bzkmxgyiwsanqf4lsdzx5gn4harza4rdrzkq5hgksw2wfyy58x8"))))
 | 
				
			||||||
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:skip-build? #t
 | 
				
			||||||
 | 
					       #:cargo-inputs
 | 
				
			||||||
 | 
					       (("rust-proc-macro2" ,rust-proc-macro2-1)
 | 
				
			||||||
 | 
					        ("rust-quote" ,rust-quote-1)
 | 
				
			||||||
 | 
					        ("rust-syn" ,rust-syn-1))))
 | 
				
			||||||
 | 
					    (home-page "https://github.com/calebzulawski/multiversion")
 | 
				
			||||||
 | 
					    (synopsis "Implementation crate for multiversion")
 | 
				
			||||||
 | 
					    (description "This is an implementation crate for multiversion Rust
 | 
				
			||||||
 | 
					library.")
 | 
				
			||||||
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-mustache-0.9
 | 
					(define-public rust-mustache-0.9
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-mustache")
 | 
					    (name "rust-mustache")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue