gnu: rust-mint-0.5: Update to 0.5.9.
* gnu/packages/crates-io.scm (rust-mint-0.5): Update to 0.5.9. [arguments]: Add rust-serde-1 to cargo-inputs; add rust-serde-json-1 to cargo-development-inputs.
This commit is contained in:
		
							parent
							
								
									4b9ea794a7
								
							
						
					
					
						commit
						78c318636e
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
					@ -35768,7 +35768,7 @@ drop-in replacement for miniz.")
 | 
				
			||||||
(define-public rust-mint-0.5
 | 
					(define-public rust-mint-0.5
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-mint")
 | 
					    (name "rust-mint")
 | 
				
			||||||
    (version "0.5.4")
 | 
					    (version "0.5.9")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -35777,8 +35777,11 @@ drop-in replacement for miniz.")
 | 
				
			||||||
        (string-append name "-" version ".tar.gz"))
 | 
					        (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0c4190gr348fkfijij7vm19iagwl36mssj1irc9f6m448hbhgn68"))))
 | 
					         "1zw5glv8z2d99c82jy2za97hh9p6377xmf4rbwz7jynsdfxfngg5"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:cargo-inputs (("rust-serde" ,rust-serde-1))
 | 
				
			||||||
 | 
					       #:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1))))
 | 
				
			||||||
    (home-page "https://github.com/kvark/mint")
 | 
					    (home-page "https://github.com/kvark/mint")
 | 
				
			||||||
    (synopsis "Math interoperability standard types")
 | 
					    (synopsis "Math interoperability standard types")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue