gnu: Add rust-ipnetwork-0.18.
* gnu/packages/crates-io.scm (rust-ipnetwork-0.18): New variable. Change-Id: I39eb804a89ffe7cdc4ffbd60d2a1b36b59c8371f
This commit is contained in:
		
							parent
							
								
									287436af87
								
							
						
					
					
						commit
						c581d7352b
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		| 
						 | 
					@ -31115,6 +31115,24 @@ stable toolchain.")
 | 
				
			||||||
Rust.")
 | 
					Rust.")
 | 
				
			||||||
    (license (list license:expat license:asl2.0))))
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public rust-ipnetwork-0.18
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (inherit rust-ipnetwork-0.20)
 | 
				
			||||||
 | 
					    (name "rust-ipnetwork")
 | 
				
			||||||
 | 
					    (version "0.18.0")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (crate-uri "ipnetwork" version))
 | 
				
			||||||
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32 "0mfkcrw8dxys6vi9bpvk2x1dyc8qi5wvrpc8jqinnm43n4wxg220"))))
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:cargo-inputs (("rust-serde" ,rust-serde-1))
 | 
				
			||||||
 | 
					       #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3)
 | 
				
			||||||
 | 
					                                   ("rust-serde-derive" ,rust-serde-derive-1)
 | 
				
			||||||
 | 
					                                   ("rust-serde-json" ,rust-serde-json-1))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-ipnetwork-0.17
 | 
					(define-public rust-ipnetwork-0.17
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit rust-ipnetwork-0.20)
 | 
					    (inherit rust-ipnetwork-0.20)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue